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, _
ByVal As TransformOrder _
)
public void Scale(
System.float ,
System.float ,
TransformOrder
)
パラメータ
- 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.
- order
- A TransformOrder enumeration that specifies the order (append or prepend) in which the scaling is applied to this Matrix object.
参照