ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / ComArrayBase Class / NativePointer Property

In This Topic
    NativePointer Property (ComArrayBase)
    In This Topic
    Gets the pointer to the native array associated to this instance.
    Syntax
    'Declaration
     
    Public ReadOnly Property NativePointer As System.IntPtr
    public System.IntPtr NativePointer {get;}
    See Also