Version

GetContentBounds(Graphics,DataGridViewCellStyle,Int32) Method

Returns the bounding rectangle that encloses the cell's content area.
Syntax
'Declaration
 
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
)

Parameters

graphics
The graphics context for the cell.
cellStyle
The DataGridViewCellStyle to be applied to the cell.
rowIndex
The index of the cell's parent row.

Return Value

The Rectangle that bounds the cell's contents.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also