Skip to main content
A newer version of this page is available. .

IEditableItem.RemovePoint(Int32, Int32) Method

Removes a map item’s contour point.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

void RemovePoint(
    int contourIndex,
    int pointIndex
)

Parameters

Name Type Description
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