The RotateTransform type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RotateTransform()()()() |
Create a new RotateTransform with angle 0 and rotation offset (0,0).
| |
| RotateTransform(Double) |
Create a new RotateTransform with given angle and rotation offset (0, 0).
| |
| RotateTransform(Double, Double, Double) |
Create a new RotateTransform with given rotation and ration offset (0,0).
|
Methods
| Name | Description | |
|---|---|---|
| CreateGdiMatrix |
Creates a new System.Drawing.Drawing2D.Matrix from the current Transform.
(Inherited from Transform.) |
Properties
| Name | Description | |
|---|---|---|
| Angle |
Clockwise angle in degrees around the origin of the shape.
Default is 0.
| |
| RotationOffsetX |
Get or set the x-coordinate of the rotation center, relative to the origin of the shape.
| |
| RotationOffsetY |
Get or set the y-coordinate of the rotation center, relative to the origin of the shape.
|