GraphicsStream.Position Property

Language:

Retrieves or sets the position within the current stream.

Definition

Visual Basic Overrides Public Property Position As Long
C# public override long Position { get; set; }
C++ public:
property virtual long Position override {
        long get();
        void set(long value);
}
JScript 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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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