ClassRadScaleTransform
Represents a scale transformation that scales an object uniformly or non-uniformly along the x and y axes.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RadScaleTransform : RadTransform, INotifyPropertyChanged
Inheritance: objectRadTransformRadScaleTransform
Implements:
Inherited Members
Constructors
RadScaleTransform()
Initializes a new instance of the RadScaleTransform class.
Declaration
public RadScaleTransform()
RadScaleTransform(double, double)
Initializes a new instance of the RadScaleTransform class with the specified scale factors.
RadScaleTransform(double, double, double, double)
Initializes a new instance of the RadScaleTransform class with the specified scale factors and center point.
Declaration
public RadScaleTransform(double scaleX, double scaleY, double centerX, double centerY)
Parameters
scaleX
The scale factor along the x-axis.
scaleY
The scale factor along the y-axis.
centerX
The x-coordinate of the center point of the transformation.
centerY
The y-coordinate of the center point of the transformation.