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

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

Translates items at the specified offset.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

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