Click or drag to resize
GDFileRandomAccessStreamGetInputStreamAt Method
Returns an input stream at a specified location in a stream.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IInputStream GetInputStreamAt(
	ulong position
)

Parameters

position
Type: SystemUInt64
The location in the stream at which to begin.

Return Value

Type: IInputStream
The input stream.

Implements

IRandomAccessStreamGetInputStreamAt(UInt64)
See Also