Back to Devexpress

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

wpf-devexpress-dot-xpf-dot-map-dot-mapeditor-dot-updateitempoint-x28-devexpress-dot-xpf-dot-map-dot-ieditableitem-devexpress-dot-map-dot-coordpoint-system-dot-int32-system-dot-int32-x29.md

latest1.7 KB
Original Source

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

Moves a specified point to the new position.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public void UpdateItemPoint(
    IEditableItem item,
    CoordPoint coordPoint,
    int contourIndex,
    int pointIndex
)
vb
Public Sub UpdateItemPoint(
    item As IEditableItem,
    coordPoint As CoordPoint,
    contourIndex As Integer,
    pointIndex As Integer
)

Parameters

NameTypeDescription
itemIEditableItem

The map item that the Editor changes.

| | coordPoint | CoordPoint |

The new point’s coordinate.

| | contourIndex | Int32 |

The index of the contour that stores the point that should be changed.

| | pointIndex | Int32 |

The index of the point that the Editor moves.

|

See Also

MapEditor Class

MapEditor Members

DevExpress.Xpf.Map Namespace