GraphicsStream Members
Contains a graphics data stream.
The following tables list the members exposed by the GraphicsStream type.
Public Constructors
Name | Description | |
---|---|---|
GraphicsStream | Overloaded. Initializes a new instance of the GraphicsStream class. |
Top
Public Properties
Name | Description | |
---|---|---|
CanRead | Overridden. Gets a value that indicates whether the current stream supports reading. | |
CanSeek | Overridden. Gets a value that indicates whether the current stream supports seeking. | |
CanTimeout | Gets a value that determines whether the current stream can time out.(inherited from Stream) | |
CanWrite | Overridden. Gets a value that indicates whether the current stream supports writing. | |
InternalBuffer | Gets a direct pointer to a COM object that ensures that the unmanaged memory remains allocated. | |
InternalData | Gets a direct pointer to the unmanaged memory. | |
Length | Overridden. Gets the length of the stream. | |
Position | Overridden. Gets or sets the position within the current stream. | |
ReadTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (inherited from Stream) | |
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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
BeginRead | Begins an asynchronous read operation. (inherited from Stream) | |
BeginWrite | Begins an asynchronous write operation. (inherited from Stream) | |
Close | Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. (inherited from Stream) | |
Dispose | Overloaded. | |
EndRead | Waits for the pending asynchronous read to complete. (inherited from Stream) | |
EndWrite | Ends an asynchronous write operation. (inherited from Stream) | |
Equals | Overloaded. Overridden. | |
Flush | Overridden. Flushing the graphics stream is not supported. | |
GetHashCode | Overridden. This member overrides GetHashCode. | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
Read | Overloaded. Reads from the current stream and advances the position within it by the number of bytes read. | |
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) | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
Seek | Overridden. Sets the position within the current stream. | |
SetLength | Overridden. Resizing the graphics stream is not supported. | |
ToString | Returns a String that represents the current Object. (inherited from Object) | |
Write | Overloaded. Writes to the current stream and advances the current position within it by the number of bytes written. | |
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 | |
---|---|---|
CreateWaitHandle | Allocates a WaitHandle object. (inherited from Stream) | |
Dispose | Overloaded. Overridden. | |
Finalize | Overridden. Called during garbage collection. If implemented, allows an object to free resources before it is destroyed by the garbage collector. | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top
See Also
Reference
GraphicsStream Class
Microsoft.WindowsMobile.DirectX Namespace