GraphicsStream.Write(Array) Method (Microsoft.DirectX)

Writes to the current stream and advances the current position within it by the number of bytes written.

Definition

Visual Basic Public Sub Write( _
    ByVal value As ArrayLeave Site _
)
C# public void Write(
    ArrayLeave Site value
);
C++ public:
void Write(
    ArrayLeave Sitevalue
);
JScript public function Write(
    value : ArrayLeave Site
);

Parameters

value System.Array
Reference to an ArrayLeave Site that contains the data to write into the stream buffer.

Remarks

Exceptions

NotSupportedExceptionLeave Site

Unable to write to the stream buffer, or there is no data to write.

ArgumentExceptionLeave Site

One of the parameters is invalid, the stream buffer is not large enough to hold the requested data, or ranks is greater than three.