MapEditor.ScaleItems(IEnumerable<MapItem>, Double, Double, MapPoint) Method
Scales the map items.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
public void ScaleItems(
IEnumerable<MapItem> items,
double sX,
double sY,
MapPoint anchorPoint
)
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. |
anchorPoint | MapPoint | The map point defining the origin for transformation. |
See Also