Applies a clockwise rotation of the specified angle about the origin to this Matrix object.
シンタックス
'宣言
Public Overloads Sub Rotate( _
ByVal As System.Single, _
ByVal As TransformOrder _
)
public void Rotate(
System.float ,
TransformOrder
)
パラメータ
- 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.
参照