Click or drag to resize
GDFileRandomAccessStreamGetOutputStreamAt Method
Returns an output stream at a specified location in a stream.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IOutputStream GetOutputStreamAt(
	ulong position
)

Parameters

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

Return Value

Type: IOutputStream
The output stream.

Implements

IRandomAccessStreamGetOutputStreamAt(UInt64)
See Also