Back to Devexpress

ImageEditToEditModeBehavior.Rotate(Double) Method

wpf-devexpress-dot-xpf-dot-editors-dot-imageedittoeditmodebehavior-dot-rotate-x28-system-dot-double-x29.md

latest1.2 KB
Original Source

ImageEditToEditModeBehavior.Rotate(Double) Method

Rotates the image by the specified angle (multiples of 90 only).

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void Rotate(
    double angle
)
vb
Public Sub Rotate(
    angle As Double
)

Parameters

NameTypeDescription
angleDouble

The rotation angle, relative to the current image state (multiples of 90 only).

|

See Also

ImageEditToEditModeBehavior Class

ImageEditToEditModeBehavior Members

DevExpress.Xpf.Editors Namespace