Click or drag to resize

BufferToByteArray Method

Returns a byte array containing the data referenced by this Buffer. The byte array returned may or may not reference the same memory byte array as this Buffer.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public byte[] ToByteArray()

Return Value

Type: Byte
Byte array containing the data.
See Also