IEditableItem.RemovePoint(Int32, Int32) Method
Removes a point with the specified index in the contour with the specified index.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.2.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| contourIndex | Int32 | The index of the contour whose point should be removed. |
| pointIndex | Int32 | The index of the point that should be removed. |
See Also