ScaleTransform
Class
Scales an object in the 2-D x-y coordinate system.
Definition
Namespace:Telerik.WinControls.Spreadsheet.UI
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class ScaleTransform : RenderTransform, INotifyPropertyChanged
Inheritance: objectRenderTransformScaleTransform
Implements:
Inherited Members
Constructors
C#
public ScaleTransform()
Properties
Gets or sets the x-coordinate of the center point of this ScaleTransform.
C#
public double CenterX { get; set; }
Gets or sets the y-coordinate of the center point of this ScaleTransform.
C#
public double CenterY { get; set; }