GraphicsStream.Position Property (Microsoft.DirectX)
Retrieves or sets the position within the current stream.
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);
System.Int64
This property is read/write.
Value that represents the position to set or retrieve.
Exceptions
ArgumentException ![]()
The position is greater than the stream buffer's data size.
Show:
