ClassRotateTransform
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
public sealed class RotateTransform : Transform
Inheritance: objectTransformRotateTransform
Inherited Members
Constructors
RotateTransform()
Initializes a new instance of the class.
Declaration
public RotateTransform()
RotateTransform(double)
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).
Declaration
public RotateTransform(double angle)
Parameters
angle
The clockwise rotation angle, in degrees.
RotateTransform(double, double, double)
Initializes a new instance of the class that has the specified angle and center point.
Declaration
public RotateTransform(double angle, double centerX, double centerY)
Parameters
angle
The clockwise rotation angle, in degrees. For more information, see the property.
centerX
The x-coordinate of the center point for the . For more information, see the property.
centerY
The y-coordinate of the center point for the . For more information, see the property.
Properties
Angle
Gets or sets the angle, in degrees, of clockwise rotation.
Declaration
public double Angle { get; set; }
Property Value
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
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
The y-coordinate of the center of rotation. The default is 0.