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

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

    Parameters

    point1
    point2
    See Also