CalendarView for WinForms
DrawLines メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Graphics クラス : DrawLines メソッド
A Pen indicate the draw-style of lines
A System.Drawing.Point array indicate the line segments.
Draw the special lines on current Graphics by using the special pen.
シンタックス
'宣言
 
Public Sub DrawLines( _
   ByVal pen As Pen, _
   ByVal points() As System.Drawing.Point _
) 
public void DrawLines( 
   Pen pen,
   System.Drawing.Point[] points
)

パラメータ

pen
A Pen indicate the draw-style of lines
points
A System.Drawing.Point array indicate the line segments.
例外
例外解説
Defines an exception class to handle the system error.
参照

Graphics クラス
Graphics メンバ