Method TryGetNativeDataHandle
- Namespace
- PaintDotNet.Clipboard
- Assembly
- PaintDotNet.Base.dll
TryGetNativeDataHandle(uint)
Gets a handle to the data on the clipboard that is associated with the given native data format ID.
nint TryGetNativeDataHandle(uint formatID)
Parameters
formatID
uint
Returns
Remarks
This is usually only necessary when pulling something like an HBITMAP
from the clipboard.