ScaleTransform
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
public sealed class ScaleTransform : Transform
Inheritance: objectTransformScaleTransform
Inherited Members
Constructors
Initializes a new instance of the class.
public ScaleTransform()
Initializes a new instance of the class that has the specified scale factors and center point.
public ScaleTransform(double scaleX, double scaleY, double centerX, double centerY)
The x-axis scale factor. For more information, see the property.
scaleYdoubleThe y-axis scale factor. For more information, see the property.
centerXdoubleThe x-coordinate of the center of this . For more information, see the property.
centerYdoubleThe y-coordinate of the center of this . For more information, see the property.
Properties
Gets or sets the x-coordinate of the center point of this .
public double CenterX { get; set; }
The x-coordinate of the center point of this . The default is 0.
Gets or sets the y-coordinate of the center point of this .
public double CenterY { get; set; }
The y-coordinate of the center point of this . The default is 0.
Gets or sets the x-axis scale factor.
public double ScaleX { get; set; }
The scale factor along the x-axis. The default is 1.
Gets or sets the y-axis scale factor.
public double ScaleY { get; set; }
The scale factor along the y-axis. The default is 1.