MapEditor.TranslateItems(IEnumerable<MapItem>, Double, Double) Method
Translates items at the specified offset.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| items | IEnumerable<MapItem> | The collections of items that are translated. |
| dX | Double | The horizontal offset in pixels. |
| dY | Double | The vertical offset in pixels. |
See Also