CalendarView for WinForms
DrawArc メソッド (Graphics)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Graphics クラス : DrawArc メソッド
A Pen indicate the draw-style of arc
A System.Drawing.Rectangle indicates the bounding rectangle which center is the center of ellipse
A float specifies the start angle, in degrees.
A float specifies the sweep angle, in degrees, relative to the starting angle.
Draw the special arc by using the given pen
シンタックス
'宣言
 
Public Sub DrawArc( _
   ByVal pen As Pen, _
   ByVal rectangle As System.Drawing.Rectangle, _
   ByVal startAngle As System.Single, _
   ByVal sweepAngle As System.Single _
) 
public void DrawArc( 
   Pen pen,
   System.Drawing.Rectangle rectangle,
   System.float startAngle,
   System.float sweepAngle
)

パラメータ

pen
A Pen indicate the draw-style of arc
rectangle
A System.Drawing.Rectangle indicates the bounding rectangle which center is the center of ellipse
startAngle
A float specifies the start angle, in degrees.
sweepAngle
A float specifies the sweep angle, in degrees, relative to the starting angle.
例外
例外解説
Defines an exception class to handle the system error.
解説
The arc is drawn by constructing an imaginary circle around the specified center point with the specified radius. The starting point of the arc is determined by measuring counterclockwise from the x-axis of the circle by the number of degrees in the start angle. The ending point is similarly located by measuring counterclockwise from the starting point by the number of degrees in the sweep angle. If the sweep angle is greater than 360 degrees,the arc is swept multiple times.
参照

Graphics クラス
Graphics メンバ