ClassScaleTransform
Class
Scales an object in the 2-D x-y coordinate system.
Definition
Namespace:Telerik.WinControls.Spreadsheet.UI
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
cs-api-definition
public class ScaleTransform : RenderTransform, INotifyPropertyChanged
Inheritance: objectRenderTransformScaleTransform
Implements:
Inherited Members
Constructors
ScaleTransform()
Declaration
cs-api-definition
public ScaleTransform()
Properties
CenterX
Gets or sets the x-coordinate of the center point of this ScaleTransform.
CenterY
Gets or sets the y-coordinate of the center point of this ScaleTransform.
ScaleX
Gets or sets the x-axis scale factor.
Methods
Transform(Point)
Transforms the specified point.
Transform(Size)
Transforms the specified size.
Transform(double)
Transforms the specified size.