I want to rotate each element placed on image.
editor.RotatableElements = ImageEditorElements.CustomView;
using above line of code, at a time I can rotate only custom view elements. But what if I want to add text on image, and want to rotate the text also?