Class
ScaleTransform

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: INotifyPropertyChanged

Inherited Members RenderTransform.OnPropertyChanged(string)RenderTransform.PropertyChanged

Constructors

ScaleTransform()

Declaration

cs-api-definition
public ScaleTransform()

Properties

CenterX

Gets or sets the x-coordinate of the center point of this ScaleTransform.

Declaration

cs-api-definition
public double CenterX { get; set; }

Property Value

double

CenterY

Gets or sets the y-coordinate of the center point of this ScaleTransform.

Declaration

cs-api-definition
public double CenterY { get; set; }

Property Value

double

ScaleX

Gets or sets the x-axis scale factor.

Declaration

cs-api-definition
public double ScaleX { get; set; }

Property Value

double

ScaleY

Gets or sets the y-axis scale factor.

Declaration

cs-api-definition
public double ScaleY { get; set; }

Property Value

double

Methods

Transform(Point)

Transforms the specified point.

Declaration

cs-api-definition
public Point Transform(Point point)

Parameters

point

Point

The point to transform.

Returns

Point

The result of transforming point.

Transform(Size)

Transforms the specified size.

Declaration

cs-api-definition
public Size Transform(Size size)

Parameters

size

Size

The size to transform.

Returns

Size

The result of transforming size.

Transform(double)

Transforms the specified size.

Declaration

cs-api-definition
public double Transform(double size)

Parameters

size

double

The size to transform.

Returns

double

The result of transforming size.