GraphicsStream Members

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.]

Contains a graphics data stream.

The GraphicsStream type exposes the following members.

Constructors

  Name Description
Public methodSupported by the .NET Compact Framework GraphicsStream Overloaded. Initializes a new instance of the GraphicsStream class.

Top

Methods

  Name Description
Public methodSupported by the .NET Compact Framework BeginRead Begins an asynchronous read operation. (Inherited from Stream.)
Public methodSupported by the .NET Compact Framework BeginWrite Begins an asynchronous write operation. (Inherited from Stream.)
Public methodSupported by the .NET Compact Framework Close Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. (Inherited from Stream.)
Protected methodSupported by the .NET Compact Framework CreateWaitHandle Obsolete. Allocates a WaitHandle object. (Inherited from Stream.)
Public methodSupported by the .NET Compact Framework Dispose Overloaded.
Public methodSupported by the .NET Compact Framework EndRead Waits for the pending asynchronous read to complete. (Inherited from Stream.)
Public methodSupported by the .NET Compact Framework EndWrite Ends an asynchronous write operation. (Inherited from Stream.)
Public methodSupported by the .NET Compact Framework Equals Determines whether the specified Object is equal to the current Object. (Overrides Object.Equals(Object).)
Protected methodSupported by the .NET Compact Framework Finalize Called during garbage collection. If implemented, allows an object to free resources before it is destroyed by the garbage collector. (Overrides Object.Finalize().)
Public methodSupported by the .NET Compact Framework Flush Flushing the graphics stream is not supported. (Overrides Stream.Flush().)
Public methodSupported by the .NET Compact Framework GetHashCode This member overrides GetHashCode. (Overrides Object.GetHashCode().)
Public methodSupported by the .NET Compact Framework GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework Read Overloaded. Reads from the current stream and advances the position within it by the number of bytes read.
Public methodSupported by the .NET Compact Framework ReadByte Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. (Inherited from Stream.)
Public methodSupported by the .NET Compact Framework Seek Sets the position within the current stream. (Overrides Stream.Seek(Int64, SeekOrigin).)
Public methodSupported by the .NET Compact Framework SetLength Resizing the graphics stream is not supported. (Overrides Stream.SetLength(Int64).)
Public methodSupported by the .NET Compact Framework ToString Returns a String that represents the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework Write Overloaded. Writes to the current stream and advances the current position within it by the number of bytes written.
Public methodSupported by the .NET Compact Framework WriteByte Writes a byte to the current position in the stream and advances the position within the stream by one byte. (Inherited from Stream.)

Top

Properties

  Name Description
Public propertySupported by the .NET Compact Framework CanRead Gets a value that indicates whether the current stream supports reading. (Overrides Stream.CanRead.)
Public propertySupported by the .NET Compact Framework CanSeek Gets a value that indicates whether the current stream supports seeking. (Overrides Stream.CanSeek.)
Public propertySupported by the .NET Compact Framework CanTimeout Gets a value that determines whether the current stream can time out. (Inherited from Stream.)
Public propertySupported by the .NET Compact Framework CanWrite Gets a value that indicates whether the current stream supports writing. (Overrides Stream.CanWrite.)
Public propertySupported by the .NET Compact Framework InternalBuffer Gets a direct pointer to a COM object that ensures that the unmanaged memory remains allocated.
Public propertySupported by the .NET Compact Framework InternalData Gets a direct pointer to the unmanaged memory.
Public propertySupported by the .NET Compact Framework Length Gets the length of the stream. (Overrides Stream.Length.)
Public propertySupported by the .NET Compact Framework Position Gets or sets the position within the current stream. (Overrides Stream.Position.)
Public propertySupported by the .NET Compact Framework ReadTimeout Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from Stream.)
Public propertySupported by the .NET Compact Framework WriteTimeout Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from Stream.)

Top

See Also

Reference

GraphicsStream Class

Microsoft.WindowsMobile.DirectX Namespace