ComponentOne Bitmap for WPF
Write(Int16) Method

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > DataStream Class > Write Method : Write(Int16) Method
The value.
Writes the specified value.
Syntax
'Declaration
 
Public Overloads Sub Write( _
   ByVal value As System.Short _
) 
public void Write( 
   System.short value
)

Parameters

value
The value.
Remarks
In order to provide faster read/write, this operation doesn't check stream bound. A client must carefully not read/write above the size of this datastream.
See Also

Reference

DataStream Class
DataStream Members
Overload List