Skip to main content

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

Translates items at the specified offset.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public void TranslateItems(
    IEnumerable<MapItem> items,
    double dX,
    double dY
)

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