ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / DataBox Structure / DataBox Constructor / DataBox Constructor(IntPtr)
The data pointer.

In This Topic
    DataBox Constructor(IntPtr)
    In This Topic
    Initializes a new instance of the DataBox struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dataPointer As System.IntPtr _
    )
    public DataBox( 
       System.IntPtr dataPointer
    )

    Parameters

    dataPointer
    The data pointer.
    See Also