'宣言 Public Overloads Sub Rotate( _ ByVal angle As System.Single, _ ByVal order As TransformOrder _ )
public void Rotate( System.float angle, TransformOrder order )
パラメータ
- angle
- A float indicates the clockwise angle.
- order
- A TransformOrder enumeration that specifies the order (append or prepend) in which the rotation is applied to this Matrix object.