バージョン

Arc コンストラクタ(Point,Int32,Single,Single)

指定のパラメーターを持つ新しい円弧を作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal location As Point, _
   ByVal radius As Integer, _
   ByVal startAngle As Single, _
   ByVal angleSweep As Single _
)
public Arc( 
   Point location,
   int radius,
   float startAngle,
   float angleSweep
)

パラメータ

location
円弧の中心。
radius
円弧の半径。
startAngle
始角。
angleSweep
スイープ角度。円弧は startAngle から startAngle+angleSweep まで描画します。
参照