Skip to main content

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

Scales the specified map items.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

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

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.

transformOrigin TransformOrigin

The point around which the Editor should scale items.

See Also