MapEditor.TranslateItems(IEnumerable<MapItem>, Vector) Method
Translates specified items at the specified offset.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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