ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / CppObject Class / CppObject Constructor / CppObject Constructor(IntPtr)
Pointer to Cpp Object

In This Topic
    CppObject Constructor(IntPtr)
    In This Topic
    Initializes a new instance of the CppObject class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pointer As IntPtr _
    )
    public CppObject( 
       IntPtr pointer
    )

    Parameters

    pointer
    Pointer to Cpp Object
    See Also