Skip to main content

IEditableItem.UpdatePoint(CoordPoint, Int32, Int32) Method

Changes coordinates of the point with the specified index in a contour with the specified index.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

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

Parameters

Name Type Description
coordPoint CoordPoint

The point’s new coordinates.

contourIndex Int32

The index of the contour in which the point should be updated.

pointIndex Int32

The index of the point that should be updated.

See Also