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

IEditableItem.RemovePoint(Int32, Int32) Method

Removes a point with the specified index in the contour with the specified index.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

void RemovePoint(
    int contourIndex,
    int pointIndex
)

Parameters

Name Type Description
contourIndex Int32

The index of the contour whose point should be removed.

pointIndex Int32

The index of the point that should be removed.

See Also