ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / DataStream Class / DataStream Constructor / DataStream Constructor(DataPointer)
The data pointer.

In This Topic
    DataStream Constructor(DataPointer)
    In This Topic
    Initializes a new instance of the DataStream class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dataPointer As DataPointer _
    )
    public DataStream( 
       DataPointer dataPointer
    )

    Parameters

    dataPointer
    The data pointer.
    See Also