Microsoft DirectX 9.0 SDK Update (October 2004)

GraphicsStream.Position Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets the position within the current stream.

Definition

Visual Basic .NET Overrides Public Property Position As Long
C# public override long Position { get; set; }
Managed C++ public: __property virtual long get_Position();
public: __property virtual  void set_Position(long);
JScript .NET public function get Position() : long
public function set Position(long);

Property Value

System.Int64 . Value that represents the position to set or retrieve.

This property is read/write. 

Remarks

Exceptions
ArgumentException Leave Site The position is greater than the stream buffer's data size.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center