'宣言 Public Overloads Sub ScaleAt( _ ByVal point As Coordinate, _ ByVal scaleX As System.Single, _ ByVal scaleY As System.Single, _ ByVal order As TransformOrder _ )
public void ScaleAt( Coordinate point, System.float scaleX, System.float scaleY, TransformOrder order )
パラメータ
- 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.
- order
- A TransformOrder enumeration that specifies the order (append or prepend) in which the scaling is applied to this Matrix object.