Inserts a point at a zero-based index in the set.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.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.