GraphicsStream.Write Method

Include Protected Members
Include Inherited Members

Include .NET Framework Members

Include .NET Compact Framework Members
Include XNA Framework Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Overload List

  Name Description
Public methodSupported by the .NET Compact Framework Write(Array) Writes to the current stream from the specified array and advances the current position within it by the number of bytes written.
Public methodSupported by the .NET Compact Framework Write(ValueType) Writes the specified value to the current stream and advances the current position within it by the number of bytes written.
Public methodSupported by the .NET Compact Framework Write(array<Byte[], Int32, Int32) Writes the specified number of bytes from the specified offset in the specified array to the current stream, and advances the current position within the stream by the number of bytes written. (Overrides Stream.Write(array<Byte[], Int32, Int32).)

Top

See Also

Reference

GraphicsStream Class

GraphicsStream Members

Microsoft.WindowsMobile.DirectX Namespace