GraphicsStream.Seek Method |
Language: |
Sets the position within the current stream.
Visual Basic Overrides Public Function Seek( _
ByVal newposition As Long, _
ByVal origin As SeekOrigin _
) As LongC# public override long Seek(
long newposition,
SeekOrigin origin
);C++ public:
virtual long Seek(
long newposition,
SeekOrigin origin
) override;JScript public override function Seek(
newposition : long,
origin : SeekOrigin
) : long;
newposition System.Int64
Value that represents the new position within the stream buffer.origin System.IO.SeekOrigin
Member of the SeekOrigin enumeration that specifies where to begin seeking.
System.Int64
New position within the stream buffer.
Exceptions
ArgumentException The new location is either less than 0 or 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