ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Vector2 Structure / Addition Operator / Addition(Vector2,Point2F) Operator

In This Topic
    Addition(Vector2,Point2F) Operator
    In This Topic
    Adds the vector to the point.
    Syntax
    'Declaration
     
    Overloads Public Operator +( _
       ByVal vector As Vector2, _
       ByVal point As Point2F _
    ) As Point2F
    public Point2F operator +( 
       Vector2 vector,
       Point2F point
    )

    Parameters

    vector
    point
    See Also