True DBGrid for WinForms
DrawBorder(Graphics,Rectangle,BorderStyle,Color) メソッド

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > GridRenderer クラス > DrawBorder メソッド : DrawBorder(Graphics,Rectangle,BorderStyle,Color) メソッド
A System.Drawing.Graphics object.
Cell border rectangle.
The border style.
The border color.
Draws the cell border.
シンタックス
'宣言
 
Public Overloads Shared Function DrawBorder( _
   ByVal g As System.Drawing.Graphics, _
   ByVal r As System.Drawing.Rectangle, _
   ByVal borderStyle As System.Windows.Forms.BorderStyle, _
   ByVal borderColor As System.Drawing.Color _
) As System.Boolean
public static System.bool DrawBorder( 
   System.Drawing.Graphics g,
   System.Drawing.Rectangle r,
   System.Windows.Forms.BorderStyle borderStyle,
   System.Drawing.Color borderColor
)

パラメータ

g
A System.Drawing.Graphics object.
r
Cell border rectangle.
borderStyle
The border style.
borderColor
The border color.

戻り値の型

Whether the border needs to be painted.
参照

GridRenderer クラス
GridRenderer メンバ
オーバーロード一覧