Matrix.ScalePrepend(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.
Prepends a scale transformation to this matrix.
public:
void ScalePrepend(double scaleX, double scaleY);
public void ScalePrepend(double scaleX, double scaleY);
member this.ScalePrepend : double * double -> unit
Public Sub ScalePrepend (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.