Demo3D 2016 API Documentation
Demo3D 2016 API Documentation
Demo3D Namespaces
Demo3D.IO
BufferWriter Class
BufferWriter Methods
WriteUInt16LE Method
WriteUInt16LE Method (UInt16)
WriteUInt16LE Method (Int32, UInt16)
BufferWriter
WriteUInt16LE Method (Int32, UInt16)
Writes a 16bit unsigned integer at
offset
in the buffer.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
Copy
public
void
WriteUInt16LE
(
int
offset
,
ushort
val
)
Parameters
offset
Type:
System
Int32
The offset into the buffer to start writing.
val
Type:
System
UInt16
The value to write.
Implements
IOffsetDataWriter
WriteUInt16LE(Int32, UInt16)
See Also
Reference
BufferWriter Class
WriteUInt16LE Overload
Demo3D.IO Namespace
© Emulate3D Ltd 2016
Send comments on this topic to
support@demo3d.com