Buffer Constructor (Byte, Int32, Int32) |
Creates a new Buffer.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntaxpublic Buffer(
byte[] data,
int from,
int length
)
Parameters
- data
- Type: SystemByte
Underlying memory byte array. - from
- Type: SystemInt32
Index into data of the first byte in the Buffer. - length
- Type: SystemInt32
Number of bytes.
See Also