Eyeshot 10 WinForms API Reference
Subtraction Operator (Point2D)

WinForms Assembly > devDept.Geometry Namespace > Point2D Class : Subtraction Operator
First 2D point
Second 2D point
Subtraction between two 2D points.
Syntax
'Declaration
 
Public Operator -( _
   ByVal a As Point2D, _
   ByVal b As Point2D _
) As Point2D
public Point2D operator -( 
   Point2D a,
   Point2D b
)

Parameters

a
First 2D point
b
Second 2D point

Return Value

The resulting 2D point.
See Also

Reference

Point2D Class
Point2D Members