Skip to main content

MapEditor.InsertItemPoint(IEditableItem, Point, Int32, Int32) Method

Inserts a point into the specified item.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public void InsertItemPoint(
    IEditableItem item,
    Point point,
    int contourIndex,
    int pointIndex
)

Parameters

Name Type Description
item IEditableItem

The map item that supports shape edit into which the Editor should insert the point.

point Point

The new point coordinate, in screen coordinates.

contourIndex Int32

Index of the shape contour into which the Editor should insert the point.

pointIndex Int32

Index of the map point in the contour after which the Editor should insert the point.

See Also