ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.IntPtr
    public System.IntPtr NativePointer {get; set;}
    See Also