ScaleTransform Constructors

Definition

Initializes a new instance of the ScaleTransform class.

Overloads

ScaleTransform()

Initializes a new instance of the ScaleTransform class.

ScaleTransform(Double, Double)

Initializes a new instance of the ScaleTransform class with the specified x- and y- scale factors. The scale operation is centered on (0,0).

ScaleTransform(Double, Double, Double, Double)

Initializes a new instance of the ScaleTransform class that has the specified scale factors and center point.

ScaleTransform()

Initializes a new instance of the ScaleTransform class.

public ScaleTransform ();

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

ScaleTransform(Double, Double)

Initializes a new instance of the ScaleTransform class with the specified x- and y- scale factors. The scale operation is centered on (0,0).

public ScaleTransform (double scaleX, double scaleY);

Parameters

scaleX
Double

The x-axis scale factor.

scaleY
Double

The y-axis scale factor.

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

ScaleTransform(Double, Double, Double, Double)

Initializes a new instance of the ScaleTransform class that has the specified scale factors and center point.

public ScaleTransform (double scaleX, double scaleY, double centerX, double centerY);

Parameters

scaleX
Double

The x-axis scale factor. For more information, see the ScaleX property.

scaleY
Double

The y-axis scale factor. For more information, see the ScaleY property.

centerX
Double

The x-coordinate of the center of this ScaleTransform. For more information, see the CenterX property.

centerY
Double

The y-coordinate of the center of this ScaleTransform. For more information, see the CenterY property.

See also

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9