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

IEditableItem.InsertPoint(CoordPoint, Int32, Int32) Method

Inserts a new point to a map item’s contour.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

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

Parameters

Name Type Description
coordPoint CoordPoint

The inserted point’s coordinates.

contourIndex Int32

A zero-based integer which specifies the index of the map item’s contour to which a new point should be inserted.

pointIndex Int32

A zero-based integer which specifies the position of the contour’s point to be inserted.

See Also