ActiveReports for .NET 18.0J
DrawEdge メソッド

GrapeCity.ActiveReports.Design.DdrDesigner.ReportViewerWinForms.UI 名前空間 > IControlRendering インターフェース : DrawEdge メソッド
ペイントに使用する必要のあるグラフィック。
開始点。
終点。
コントロールの一貫した境界線を描画するために使用されます。 System.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs)またはSystem.Windows.Forms.Control.Paintから呼び出されることを目的としています。
シンタックス
'宣言
 
Sub DrawEdge( _
   ByVal graphics As Graphics, _
   ByVal start As Point, _
   ByVal end As Point _
) 
void DrawEdge( 
   Graphics graphics,
   Point start,
   Point end
)

パラメータ

graphics
ペイントに使用する必要のあるグラフィック。
start
開始点。
end
終点。
参照

IControlRendering インターフェース
IControlRendering メンバ