ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / ComObjectCallback Class / ComObjectCallback Constructor
Pointer to Cpp Object

In This Topic
    ComObjectCallback Constructor
    In This Topic
    Initializes a new instance of the ComObject class.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal pointer As System.IntPtr _
    )
    protected ComObjectCallback( 
       System.IntPtr pointer
    )

    Parameters

    pointer
    Pointer to Cpp Object
    See Also