Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

In This Article

Inserts a point into the specified item.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

#Declaration

public void InsertItemPoint(
    IEditableItem item,
    CoordPoint 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 CoordPoint

The new point coordinate, in map 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