Matrix::Scale Method (Single, Single)
.NET Framework (current version)
Applies the specified scale vector to this Matrix by prepending the scale vector.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- scaleX
-
Type:
System::Single
The value by which to scale this Matrix in the x-axis direction.
- scaleY
-
Type:
System::Single
The value by which to scale this Matrix in the y-axis direction.
For an example, see Scale(Single, Single, MatrixOrder).
.NET Framework
Available since 1.1
Available since 1.1
Show: