Click or drag to resize

BufferWriterSeek Method

Sets the current packet position..

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public void Seek(
	int position
)

Parameters

position  Int32
The new buffer position.
See Also