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