Class
ScaleTransform

Definition

Namespace:Telerik.WinControls.SyntaxEditor.UI

Assembly:Telerik.WinControls.SyntaxEditor.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

Declaration

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

Property Value

double

CenterY

Declaration

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

Property Value

double

ScaleX

Declaration

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

Property Value

double

ScaleY

Declaration

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

Property Value

double

Methods

Transform(Point)

Declaration

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

Parameters

point

Point

Returns

Point