Skip to main content

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

Scales the map items.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public void ScaleItems(
    IEnumerable<MapItem> items,
    double sX,
    double sY,
    TransformOrigin transformOrigin
)

Parameters

Name Type Description
items IEnumerable<MapItem>

The map items to be scaled.

sX Double

The horizontal scaling factor.

sY Double

The vertical scaling factor.

transformOrigin TransformOrigin

The item bounding box point defining the origin for transformation.

See Also