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

IEditableItem.InsertPoint(CoordPoint, Int32, Int32) Method

Inserts a new point with the specified coordinates into a contour with the specified index after the point with the specified index.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

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

Parameters

Name Type Description
coordPoint CoordPoint

The new point’s coordinates.

contourIndex Int32

The index of the contour into which the point should be inserted.

pointIndex Int32

The index of the point after which the point should be inserted.

See Also