IEditableItem.InsertPoint(CoordPoint, Int32, Int32) Method
In This Article
Inserts a new point with the specified coordinates into a contour with the specified index after the point with the specified index.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
void InsertPoint(
CoordPoint coordPoint,
int contourIndex,
int pointIndex
)
#Parameters
Name | Type | Description |
---|---|---|
coord |
Coord |
The new point’s coordinates. |
contour |
Int32 | The index of the contour into which the point should be inserted. |
point |
Int32 | The index of the point after which the point should be inserted. |
See Also