Applies the specified scale vector to this Matrix object by prepending the scale vector.
シンタックス
'宣言
Public Overloads Sub Scale( _
ByVal As System.Single, _
ByVal As System.Single _
)
public void Scale(
System.float ,
System.float
)
パラメータ
- 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.
参照