Sets the value of this Point to the Point difference of itself and Point pt (this = this - pt).

Namespace:  Hyleos.Common.Geometry
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public void Sub(
	Point2D pt
)
Visual Basic (Declaration)
Public Sub Sub ( _
	pt As Point2D _
)
Visual C++
public:
void Sub(
	Point2D pt
)

Parameters

pt
Type: Hyleos.Common.Geometry..::.Point2D
Point to add

See Also