ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / DataStream Class / Write Method / Write(Matrix4x4) Method
The value.

In This Topic
    Write(Matrix4x4) Method
    In This Topic
    Writes the specified value.
    Syntax
    'Declaration
     
    Public Overloads Sub Write( _
       ByVal value As Matrix4x4 _
    ) 
    public void Write( 
       Matrix4x4 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