CursorHandle Implicit Conversion (CursorHandle to IntPtr)

KGy SOFT Drawing Libraries

CursorHandle  Conversion (CursorHandle to IntPtr) KGy SOFT Drawing Libraries Help
Performs an implicit conversion from CursorHandle to IntPtr.

Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 4.6.0
Syntax

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.

Parameters

cursorHandle
Type: KGySoft.DrawingCursorHandle
The cursor handle.

Return Value

Type: IntPtr
An IntPtr instance representing the native cursor handle.
See Also

Reference