ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / DataStream Class / DataPointer Property

In This Topic
    DataPointer Property
    In This Topic
    Gets the internal pointer to the current stream's backing store.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataPointer As System.IntPtr
    public System.IntPtr DataPointer {get;}

    Property Value

    An IntPtr to the buffer being used as a backing store.
    See Also