MapEditor.RemoveItemPoint(IEditableItem, Int32, Int32) Method
Removes a map item’s contour point.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | IEditableItem | A map item containing the point to be removed. |
contourIndex | Int32 | A zero-based integer which specifies the index of the map item’s contour containing the point to be removed. |
pointIndex | Int32 | A zero-based integer which specifies the position of the contour’s point to be removed. |
See Also