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