Back to Devexpress

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

wpf-devexpress-dot-xpf-dot-map-dot-mapeditor-dot-insertitempoint-x28-devexpress-dot-xpf-dot-map-dot-ieditableitem-system-dot-windows-dot-point-system-dot-int32-system-dot-int32-x29.md

latest1.8 KB
Original Source

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

Inserts a point into the specified item.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public void InsertItemPoint(
    IEditableItem item,
    Point point,
    int contourIndex,
    int pointIndex
)
vb
Public Sub InsertItemPoint(
    item As IEditableItem,
    point As Point,
    contourIndex As Integer,
    pointIndex As Integer
)

Parameters

NameTypeDescription
itemIEditableItem

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

MapEditor Class

MapEditor Members

DevExpress.Xpf.Map Namespace