Neodynamic ImageDraw SDK for .NET
Rotate
Represented by Neodynamic.SDK.Rotate class.

This action rotates an Element pivoting on its center point. Rotate action requires a rotation angle which is measured counterclockwise from the x-axis.

In the following example we have an ImageElement on the Canvas and a Rotate action is applied on the ImageElement.


ImageElement before the action is applied.

ImageElement with Rotate action applied on it.


Syntax sample