CalendarView for WinForms
Rotate(Single,TransformOrder) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > TransformMatrix クラス > Rotate メソッド : Rotate(Single,TransformOrder) メソッド
A float indicates the clockwise angle.
A TransformOrder enumeration that specifies the order (append or prepend) in which the rotation is applied to this Matrix object.
Applies a clockwise rotation of the specified angle about the origin to this Matrix object.
シンタックス
'宣言
 
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.
参照

TransformMatrix クラス
TransformMatrix メンバ
オーバーロード一覧