Back to Devexpress

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

windowsforms-devexpress-dot-xtramap-dot-mapeditor-dot-translateitems-x28-system-dot-collections-dot-generic-dot-ienumerable-devexpress-dot-xtramap-dot-mapitem-system-dot-double-system-dot-double-x29.md

latest1.6 KB
Original Source

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

Translates items at the specified offset.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public void TranslateItems(
    IEnumerable<MapItem> items,
    double dX,
    double dY
)
vb
Public Sub TranslateItems(
    items As IEnumerable(Of MapItem),
    dX As Double,
    dY As Double
)

Parameters

NameTypeDescription
itemsIEnumerable<MapItem>

The collections of items that are translated.

| | dX | Double |

The horizontal offset in pixels.

| | dY | Double |

The vertical offset in pixels.

|

See Also

MapEditor Class

MapEditor Members

DevExpress.XtraMap Namespace