Defines an action that rotates an image. When rotated, an image pivots on its center point. This class cannot be inherited.

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

Visual Basic (Declaration)
Public NotInheritable Class Rotate _
	Inherits Action
C#
public sealed class Rotate : Action
Visual C++
public ref class Rotate sealed : public Action

Inheritance Hierarchy

System.Object
  Neodynamic.WebControls.ImageDraw.Action
    Neodynamic.WebControls.ImageDraw.Rotate