Creates and initializes Rotate class instance. Rotation angle is specified here.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ angle As Single _ )
public Rotate( float angle )
Type: System.Single
An angle (in degrees) to rotate on. You can change it later via Angle property.