Back to Devexpress

MapEditor.RotateItems(IEnumerable<MapItem>, Double) Method

wpf-devexpress-dot-xpf-dot-map-dot-mapeditor-dot-rotateitems-x28-system-dot-collections-dot-generic-dot-ienumerable-devexpress-dot-xpf-dot-map-dot-mapitem-system-dot-double-x29.md

latest1.4 KB
Original Source

MapEditor.RotateItems(IEnumerable<MapItem>, Double) Method

Rotates the Editor’s active items by the specified angle.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public void RotateItems(
    IEnumerable<MapItem> items,
    double angle
)
vb
Public Sub RotateItems(
    items As IEnumerable(Of MapItem),
    angle As Double
)

Parameters

NameTypeDescription
itemsIEnumerable<MapItem>

The items that the Editor should rotate.

| | angle | Double |

The clockwise rotation angle, in degrees.

|

See Also

MapEditor Class

MapEditor Members

DevExpress.Xpf.Map Namespace