Click or drag to resize

MemoryXWriteBytes Method

Write data into shared memory from the specified buffer.

Namespace:  Demo3D.IO.External
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public abstract void WriteBytes(
	int offset,
	 in ArraySegment<byte> from
)

Parameters

offset
Type: SystemInt32
Position in memory exchange.
from
Type: SystemArraySegmentByteInAttribute
The buffer to copy the data from.
See Also