Back to Devexpress

MapEditor.TranslateItems(IEnumerable<MapItem>, Vector) Method

wpf-devexpress-dot-xpf-dot-map-dot-mapeditor-dot-translateitems-x28-system-dot-collections-dot-generic-dot-ienumerable-devexpress-dot-xpf-dot-map-dot-mapitem-system-dot-windows-dot-vector-x29.md

latest1.5 KB
Original Source

MapEditor.TranslateItems(IEnumerable<MapItem>, Vector) Method

Translates specified items at the specified offset.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public void TranslateItems(
    IEnumerable<MapItem> items,
    Vector offset
)
vb
Public Sub TranslateItems(
    items As IEnumerable(Of MapItem),
    offset As Vector
)

Parameters

NameTypeDescription
itemsIEnumerable<MapItem>

Items that the Editor should translate.

| | offset | Vector |

The offset in pixels on which the Editor should move items.

|

See Also

MapEditor Class

MapEditor Members

DevExpress.Xpf.Map Namespace