ComponentOne Bitmap for UWP
ReadVector4 Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > DataStream Class : ReadVector4 Method
Reads a Vector4.
Syntax
'Declaration
 
Public Function ReadVector4() As Vector4
public Vector4 ReadVector4()

Return Value

an Vector4 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