GraphicsStream.GraphicsStream(Void,Int64,Void) Constructor (Microsoft.DirectX)

Initializes a new instance of the GraphicsStream class.

Definition

Visual Basic Public Sub New( _
    ByVal pDataPointer As Void, _
    ByVal size As Long, _
    ByVal bufferPointer As Void _
)
C# public GraphicsStream(
    void pDataPointer,
    long size,
    void bufferPointer
);
C++ public:
 GraphicsStream(
    void pDataPointer,
    long size,
    void bufferPointer
);
JScript public function GraphicsStream(
    pDataPointer : void,
    size : long,
    bufferPointer : void
);

Parameters

pDataPointer System.Void
Reference to the graphics data in the stream buffer.
size System.Int64
Size of the data referenced by dataPointer.
bufferPointer System.Void
Reference to the actual stream buffer.