CalendarView for WinForms
DrawLine メソッド (Graphics)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Graphics クラス : DrawLine メソッド
A Pen indicate the pen used to draw
A System.Drawing.Point indicate the line start point
A System.Drawing.Point indicate the line end point
Draw the special line by using given pen
シンタックス
'宣言
 
Public Sub DrawLine( _
   ByVal pen As Pen, _
   ByVal startPoint As System.Drawing.Point, _
   ByVal endPoint As System.Drawing.Point _
) 
public void DrawLine( 
   Pen pen,
   System.Drawing.Point startPoint,
   System.Drawing.Point endPoint
)

パラメータ

pen
A Pen indicate the pen used to draw
startPoint
A System.Drawing.Point indicate the line start point
endPoint
A System.Drawing.Point indicate the line end point
例外
例外解説
Defines an exception class to handle the system error.
参照

Graphics クラス
Graphics メンバ