ComponentOne Bitmap for UWP
Explicit Type Conversion Operator (ComObject)

C1.UWP.DX Assembly > C1.Util.DX Namespace > ComObject Class : Explicit Type Conversion Operator
The native pointer.
Performs an explicit conversion from System.IntPtr to ComObject.
Syntax
'Declaration
 
Public Operator Narrowing CType( _
   ByVal nativePointer As System.IntPtr _
) As ComObject
public ComObject operator explicit( 
   System.IntPtr nativePointer
)

Parameters

nativePointer
The native pointer.

Return Value

The result of the conversion.
See Also

Reference

ComObject Class
ComObject Members