The RotateTransform type exposes the following members.

Constructors

  NameDescription
Public methodRotateTransform()()()()
Create a new RotateTransform with angle 0 and rotation offset (0,0).
Public methodRotateTransform(Double)
Create a new RotateTransform with given angle and rotation offset (0, 0).
Public methodRotateTransform(Double, Double, Double)
Create a new RotateTransform with given rotation and ration offset (0,0).

Methods

  NameDescription
Public methodCreateGdiMatrix
Creates a new System.Drawing.Drawing2D.Matrix from the current Transform.
(Inherited from Transform.)

Properties

  NameDescription
Public propertyAngle
Clockwise angle in degrees around the origin of the shape. Default is 0.
Public propertyRotationOffsetX
Get or set the x-coordinate of the rotation center, relative to the origin of the shape.
Public propertyRotationOffsetY
Get or set the y-coordinate of the rotation center, relative to the origin of the shape.

See Also