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

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

Inserts a point into the specified item.

Namespace: DevExpress.Xpf.Map

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

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