GraphicsStream.Write(ValueType) 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 ValueType _
)C# public void Write(
ValueType value
);C++ public:
void Write(
ValueType^ value
);JScript public function Write(
value : ValueType
);
Parameters
value System.ValueType
Value that specifies the ValueType of the data to write into the stream buffer.
Remarks
Exceptions
Unable to write to the stream buffer, or there is no data to write.
One of the parameters is invalid, the stream buffer is not large enough to hold the requested data, or ranks is greater than three.