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

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

    Return Value

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