Class RotateTransform
Inherited Members
Namespace: Telerik.WinControls.UI.Diagrams
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public sealed class RotateTransform : Transform
Constructors
RotateTransform()
Initializes a new instance of the System.
Declaration
public RotateTransform()
RotateTransform(Double)
Initializes a new instance of the System.
Declaration
public RotateTransform(double angle)
Parameters
System. The clockwise rotation angle, in degrees. |
RotateTransform(Double, Double, Double)
Initializes a new instance of the System.
Declaration
public RotateTransform(double angle, double centerX, double centerY)
Parameters
System. The clockwise rotation angle, in degrees. For more information, see the System. |
System. The x-coordinate of the center point for the System. |
System. The y-coordinate of the center point for the System. |
Properties
Angle
Gets or sets the angle, in degrees, of clockwise rotation.
Declaration
public double Angle { get; set; }
Property Value
System. The angle, in degrees, of clockwise rotation. The default is 0. |
CenterX
Gets or sets the x-coordinate of the rotation center point.
Declaration
public double CenterX { get; set; }
Property Value
System. The x-coordinate of the center of rotation. The default is 0. |
CenterY
Gets or sets the y-coordinate of the rotation center point.
Declaration
public double CenterY { get; set; }
Property Value
System. The y-coordinate of the center of rotation. The default is 0. |
Value
Gets the current rotation transformation as a System.
Declaration
public override Matrix Value { get; }
Property Value
Matrix
The current rotation transformation as a System. |