Skip to main content

MapEditor.RemoveItemPoint(IEditableItem, Int32, Int32) Method

Removes a map item’s contour point.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public void RemoveItemPoint(
    IEditableItem item,
    int contourIndex,
    int pointIndex
)

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