Eyeshot 10 WinForms API Reference
Subtract Method (Vector2D)

WinForms Assembly > devDept.Geometry Namespace > Vector2D Class : Subtract Method
The first 2D point
The second 2D point
Subtraction between two 2D points.
Syntax
'Declaration
 
Public Shared Function Subtract( _
   ByVal a As Point2D, _
   ByVal b As Point2D _
) As Vector2D
public static Vector2D Subtract( 
   Point2D a,
   Point2D b
)

Parameters

a
The first 2D point
b
The second 2D point

Return Value

The resulting 2D vector.
See Also

Reference

Vector2D Class
Vector2D Members