RotateTransform
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
public sealed class RotateTransform : Transform
Inheritance: objectTransformRotateTransform
Inherited Members
Constructors
Initializes a new instance of the class.
public RotateTransform()
Initializes a new instance of the class that has the specified angle and center point.
public RotateTransform(double angle, double centerX, double centerY)
The clockwise rotation angle, in degrees. For more information, see the property.
centerXdoubleThe x-coordinate of the center point for the . For more information, see the property.
centerYdoubleThe y-coordinate of the center point for the . For more information, see the property.
Initializes a new instance of the class that has the specified angle, in degrees, of clockwise rotation. The rotation is centered on the origin, (0,0).
public RotateTransform(double angle)
The clockwise rotation angle, in degrees.
Properties
Gets or sets the angle, in degrees, of clockwise rotation.
public double Angle { get; set; }
The angle, in degrees, of clockwise rotation. The default is 0.
Gets or sets the x-coordinate of the rotation center point.
public double CenterX { get; set; }
The x-coordinate of the center of rotation. The default is 0.
Gets or sets the y-coordinate of the rotation center point.
public double CenterY { get; set; }
The y-coordinate of the center of rotation. The default is 0.