Click or drag to resize
GDFileRandomAccessStreamPosition Property
Gets the byte offset of the stream.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public ulong Position { get; }

Property Value

Type: UInt64
The number of bytes from the start of the stream.

Implements

IRandomAccessStreamPosition
See Also