バージョン

Paint メソッド

指定したクライアント座標にこの下線を描画します。
シンタックス
'宣言
 
Public Overridable Sub Paint( _
   ByVal grfx As Graphics, _
   ByVal start As Point, _
   ByVal end As Point _
) 
public virtual void Paint( 
   Graphics grfx,
   Point start,
   Point end
)

パラメータ

grfx
下線を描画する System.Drawing.Graphics オブジェクト。
start
下線の開始点のクライアント座標。
end
下線の終了点のクライアント座標。
参照