Back to Devexpress

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

wpf-devexpress-dot-xpf-dot-map-dot-mapeditor-dot-scaleitems-x28-system-dot-collections-dot-generic-dot-ienumerable-devexpress-dot-xpf-dot-map-dot-mapitem-system-dot-windows-dot-point-devexpress-dot-xpf-dot-map-dot-transformorigin-x29.md

latest1.7 KB
Original Source

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

Scales the specified map items.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public void ScaleItems(
    IEnumerable<MapItem> items,
    Point scale,
    TransformOrigin transformOrigin
)
vb
Public Sub ScaleItems(
    items As IEnumerable(Of MapItem),
    scale As Point,
    transformOrigin As TransformOrigin
)

Parameters

NameTypeDescription
itemsIEnumerable<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

MapEditor Class

MapEditor Members

DevExpress.Xpf.Map Namespace