バージョン

GetContentBounds(Graphics,DataGridViewCellStyle,Int32) メソッド

セルのコンテンツ領域を囲む境界矩形を返します。
シンタックス
'宣言
 
Protected Overloads Overrides Function GetContentBounds( _
   ByVal graphics As Graphics, _
   ByVal cellStyle As DataGridViewCellStyle, _
   ByVal rowIndex As Integer _
) As Rectangle
protected override Rectangle GetContentBounds( 
   Graphics graphics,
   DataGridViewCellStyle cellStyle,
   int rowIndex
)

パラメータ

graphics
セルのグラフィックスコンテンツ。
cellStyle
セルに適用されるDataGridViewCellStyle
rowIndex
セルの親行のインデックス。

戻り値の型

セルのコンテンツの境界を引く四角形。
参照