New to Telerik UI for WinFormsStart a free 30-day trial

Rotate via the UI

Updated over 6 months ago

You can use the rotate buttons to directly rotate the image. No dialog is shown in this case.

WinForms RadImageEditor Rotate Option

Rotate Programmatically

The following spinet shows how you can access and use the RotateFlip method.

Rotate programmatically

C#
radImageEditor1.ImageEditorElement.RotateFlip(RotateFlipType.Rotate270FlipNone);
radImageEditor1.ImageEditorElement.SaveState();

See Also

In this article
Rotate ProgrammaticallySee Also
Not finding the help you need?
Contact Support