Skip to main content

IEditableItem.UpdatePoint(CoordPoint, Int32, Int32) Method

Updates a map item’s contour point coordinates.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

void UpdatePoint(
    CoordPoint coordPoint,
    int contourIndex,
    int pointIndex
)

Parameters

Name Type Description
coordPoint CoordPoint

New point coordinates.

contourIndex Int32

A zero-based integer which specifies the index of the map item’s contour containing a point to be updated.

pointIndex Int32

A zero-based integer which specifies the index of the contour’s point to be updated.

See Also