CursorHandle   Conversion (CursorHandle to IntPtr)

Performs an implicit conversion from CursorHandle to IntPtr.

Definition

Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 8.1.0
C#
public static implicit operator IntPtr (
	CursorHandle? cursorHandle
)

Parameters

cursorHandle  CursorHandle
The cursor handle.

Return Value

IntPtr
An IntPtr instance representing the native cursor handle.

See Also