ComponentOne Bitmap for UWP
ReadMatrix4x4 Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > DataStream Class : ReadMatrix4x4 Method
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

Reference

DataStream Class
DataStream Members