ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Point2F Structure / Subtraction Operator / Subtraction(Point2F,Vector2) Operator

In This Topic
    Subtraction(Point2F,Vector2) Operator
    In This Topic
    Returns the result of substruction of the given vector from point.
    Syntax
    'Declaration
     
    Overloads Public Operator -( _
       ByVal point As Point2F, _
       ByVal vector As Vector2 _
    ) As Point2F
    public Point2F operator -( 
       Point2F point,
       Vector2 vector
    )

    Parameters

    point
    vector
    See Also