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

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

Translates specified items at the specified offset.

Namespace: DevExpress.Xpf.Map

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

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