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

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

    Parameters

    point1
    point2
    See Also