CalendarView for WinForms
DrawLine メソッド (DeviceContext)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : DrawLine メソッド
A System.Drawing.Point indicate the line start point
A System.Drawing.Point indicate the line end point
Draws the special line by using the current pen of the device context.
シンタックス
'宣言
 
Public Overridable Sub DrawLine( _
   ByVal startPoint As System.Drawing.Point, _
   ByVal endPoint As System.Drawing.Point _
) 
public virtual void DrawLine( 
   System.Drawing.Point startPoint,
   System.Drawing.Point endPoint
)

パラメータ

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.
参照

DeviceContext クラス
DeviceContext メンバ