Inserts a point at a zero-based index in the set.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public void Insert(
	int index,
	Point point
)
Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	point As Point _
)
Visual C++
public:
void Insert(
	int index, 
	Point^ point
)

Parameters

index
Type: System..::.Int32
A zero-based index.
point
Type: ceometric.VectorGeometry..::.Point
A point.

See Also