ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / ComObject Class / Explicit Type Conversion Operator
The native pointer.

In This Topic
    Explicit Type Conversion Operator (ComObject)
    In This Topic
    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