Skip to main content

MapEditor.UpdateItemPoint(IEditableItem, MapPoint, 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

public void UpdateItemPoint(
    IEditableItem item,
    MapPoint point,
    int contourIndex,
    int pointIndex
)

Parameters

Name Type Description
item IEditableItem

A map item whose point coordinates should be updated.

point MapPoint

A new point’s screen 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