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

MapEditor.ScaleItems(IEnumerable<MapItem>, Point, Point) Method

Scales the specified map items.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public void ScaleItems(
    IEnumerable<MapItem> items,
    Point scale,
    Point anchorPoint
)

Parameters

Name Type Description
items IEnumerable<MapItem>

Map items that the Editor should scale.

scale Point

Values on which the Editor should scale items horizontally and vertically.

anchorPoint Point

The point around which the Editor should scale items.

See Also