CalendarView for WinForms
DrawArc(Rectangle,Point,Point) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス > DrawArc メソッド : DrawArc(Rectangle,Point,Point) メソッド
A System.Drawing.Rectangle specifies the bounding rectangle.
A System.Drawing.Point specifies the ending point of the radial line defining the starting point of the arc.
A System.Drawing.Point specifies the ending point of the radial line defining the ending point of the arc.
Draws an elliptical arc.
シンタックス
'宣言
 
Public Overloads Overridable Sub DrawArc( _
   ByVal rectangle As System.Drawing.Rectangle, _
   ByVal firstRadial As System.Drawing.Point, _
   ByVal secondRadial As System.Drawing.Point _
) 
public virtual void DrawArc( 
   System.Drawing.Rectangle rectangle,
   System.Drawing.Point firstRadial,
   System.Drawing.Point secondRadial
)

パラメータ

rectangle
A System.Drawing.Rectangle specifies the bounding rectangle.
firstRadial
A System.Drawing.Point specifies the ending point of the radial line defining the starting point of the arc.
secondRadial
A System.Drawing.Point specifies the ending point of the radial line defining the ending point of the arc.
例外
例外解説
Defines an exception class to handle the system error.
解説
The rectangle specify the bounding rectangle. An ellipse formed by the specified bounding rectangle defines the curve of the arc. The arc extends in the current drawing direction from the point where it intersects the radial from the center of the bounding rectangle to the firstRadial point. The arc ends where it intersects the radial from the center of the bounding rectangle to the secondRadial point. If the starting point and ending point are the same, a complete ellipse is drawn.
参照

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