ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / DataStream Class / ReadVector3 Method

In This Topic
    ReadVector3 Method
    In This Topic
    Reads a Vector3.
    Syntax
    'Declaration
     
    Public Function ReadVector3() As Vector3
    public Vector3 ReadVector3()

    Return Value

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