Scale(Single,Single) Method
In This Topic
Applies the specified scale vector to this Matrix object by prepending the scale vector.
Syntax
'Declaration
Public Overloads Sub Scale( _
ByVal As Single, _
ByVal As Single _
)
public void Scale(
float ,
float
)
Parameters
- scaleX
- The value by which to scale this Matrix in the x-axis direction.
- scaleY
- The value by which to scale this Matrix in the y-axis direction.
See Also