MapEditor.ScaleItems(IEnumerable<MapItem>, Point, Point) Method
Scales the specified map items.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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