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

MapEditor.UpdateItemPoint(IEditableItem, CoordPoint, Int32, Int32) Method

Updates a map item’s contour point coordinates.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

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

Parameters

Name Type Description
item IEditableItem

A map item whose point coordinates should be updated.

point CoordPoint

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