Point.Subtract Method
            Returns a Point whose coordinates are the differences between
            the respective coordinates of two other points.
            
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
A Point structure.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Point Subtract(
	Point point1,
	Point point2
)Parameters
- point1 Point
 - A Point structure for the first point.
 - point2 Point
 - A Point structure for the second point.
 
Return Value
PointA Point structure.
Remarks
This method is equivalent to the subtraction operator.