GraphicsStream Members

Contains a graphics data stream.

The following tables list the members exposed by the GraphicsStream type.

Public Constructors

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

Top

Public Properties

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

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Supported by the .NET Compact Framework BeginRead  Begins an asynchronous read operation. (Inherited from Stream.)
Public method Supported by the .NET Compact Framework BeginWrite  Begins an asynchronous write operation. (Inherited from Stream.)
Public method Supported 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.)
Public method Supported by the .NET Compact Framework Dispose Overloaded.  
Public method Supported by the .NET Compact Framework EndRead  Waits for the pending asynchronous read to complete. (Inherited from Stream.)
Public method Supported by the .NET Compact Framework EndWrite  Ends an asynchronous write operation. (Inherited from Stream.)
Public method Supported by the .NET Compact Framework Equals Overloaded. Overridden.  
Public method Supported by the .NET Compact Framework Flush Overridden. Flushing the graphics stream is not supported.
Public method Supported by the .NET Compact Framework GetHashCode Overridden.  
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Supported 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 method Supported 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 method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework Seek Overridden. Sets the position within the current stream.
Public method Supported by the .NET Compact Framework SetLength Overridden. Resizing the graphics stream is not supported.
Public method Supported by the .NET Compact Framework ToString  Returns a String that represents the current Object. (Inherited from Object.)
Public method Supported 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 method Supported 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

Protected Methods

  Name Description
Protected method Supported by the .NET Compact Framework CreateWaitHandle  Allocates a WaitHandle object. (Inherited from Stream.)
Protected method Supported by the .NET Compact Framework Dispose Overloaded. Overridden.  
Protected method Supported by the .NET Compact Framework Finalize Overridden. Called during garbage collection. If implemented, allows an object to free resources before it is destroyed by the garbage collector.
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)

Top

See Also

Reference

GraphicsStream Class
Microsoft.WindowsMobile.DirectX Namespace

Other Resources

Mobile Direct3D Programming