Skip to main content

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

Translates specified items at the specified offset.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public void TranslateItems(
    IEnumerable<MapItem> items,
    Vector offset
)

Parameters

Name Type Description
items IEnumerable<MapItem>

Items that the Editor should translate.

offset Vector

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

See Also