PowerTools PlusPak for Windows Forms 8.0J
DrawArc(Pen,Rectangle,Single,Single) メソッド

弧の色、幅、およびスタイルを決定するPenオブジェクト。
弧の境界線を定義するRectangle構造体。
x軸から弧の開始ポイントに向かって時計回りに度単位で示した角度。
startAngleパラメータから弧の終了ポイントに向かって時計回りに度単位で示した角度。
Rectangle構造体で指定された楕円の一部を表す弧を描画します。
構文
Public Overloads Sub DrawArc( _
   ByVal pen As Pen, _
   ByVal rectangle As Rectangle, _
   ByVal startAngle As Single, _
   ByVal sweepAngle As Single _
) 

パラメータ

pen
弧の色、幅、およびスタイルを決定するPenオブジェクト。
rectangle
弧の境界線を定義するRectangle構造体。
startAngle
x軸から弧の開始ポイントに向かって時計回りに度単位で示した角度。
sweepAngle
startAngleパラメータから弧の終了ポイントに向かって時計回りに度単位で示した角度。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

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

Send Feedback