Add Point to this

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

Syntax

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

Parameters

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

See Also