Click or drag to resize
GDFileInputStreamPosition Property
Returns the current offset inside the file.

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

Property Value

Type: UInt64
Current position in the file.
See Also