ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / CppObject Class / NativePointer Property

In This Topic
    NativePointer Property (CppObject)
    In This Topic
    Get a pointer to the underlying Cpp Object
    Syntax
    'Declaration
     
    Public Property NativePointer As IntPtr
    public IntPtr NativePointer {get; set;}
    See Also