ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / DataStream Class / ReadMatrix4x4 Method

In This Topic
    ReadMatrix4x4 Method
    In This Topic
    Reads a Matrix.
    Syntax
    'Declaration
     
    Public Function ReadMatrix4x4() As Matrix4x4
    public Matrix4x4 ReadMatrix4x4()

    Return Value

    a Matrix from the stream
    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