バージョン

Rotate(Single,PointF) メソッド

この CarouselPath を指定したポイントとして回転します。
シンタックス
'宣言
 
Public Overloads Sub Rotate( _
   ByVal angle As Single, _
   ByVal point As PointF _
) 
public void Rotate( 
   float angle,
   PointF point
)

パラメータ

angle
時計回りの回転角度 (度単位)。
point
線の開始点を表す System.Drawing.PointF
参照