CursorHandle Conversion (CursorHandle to IntPtr)
Namespace: KGySoft.DrawingAssembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 7.2.0
public static implicit operator IntPtr (
CursorHandle? cursorHandle
)
Public Shared Widening Operator CType (
cursorHandle As CursorHandle
) As IntPtr
static implicit operator IntPtr (
CursorHandle^ cursorHandle
)
F# does not support the declaration of new casting operators.
- cursorHandle CursorHandle
- The cursor handle.
IntPtrAn
IntPtr instance representing the native cursor handle.