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