BufferSegmentToByteArray Method |
Returns a byte array containing the data referenced by this BufferSegment.
The byte array returned may or may not reference the same memory byte array as this BufferSegment.
Namespace: Demo3D.IOAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic byte[] ToByteArray()
Return Value
ByteByte array containing the data.
See Also