ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / DataPointer Structure / DataPointer Constructor / DataPointer Constructor(IntPtr,Int32)
The pointer.
The size.

In This Topic
    DataPointer Constructor(IntPtr,Int32)
    In This Topic
    Initializes a new instance of the DataPointer struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pointer As System.IntPtr, _
       ByVal size As System.Integer _
    )
    public DataPointer( 
       System.IntPtr pointer,
       System.int size
    )

    Parameters

    pointer
    The pointer.
    size
    The size.
    See Also