Matrix.Scale(Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Appends a scale transformation to this matrix.
public:
void Scale(double scaleX, double scaleY);
public void Scale(double scaleX, double scaleY);
member this.Scale : double * double -> unit
Public Sub Scale (scaleX As Double, scaleY As Double)
Parameters
- scaleX
- Double
The scale factor along the X axis.
- scaleY
- Double
The scale factor along the Y axis.