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