DataGridViewTextBoxCell::GetContentBounds Method (Graphics^, DataGridViewCellStyle^, Int32)
.NET Framework (current version)
Returns the bounding rectangle that encloses the cell's content area, which is calculated using the specified Graphics and cell style.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected: virtual Rectangle GetContentBounds( Graphics^ graphics, DataGridViewCellStyle^ cellStyle, int rowIndex ) override
Parameters
- graphics
-
Type:
System.Drawing::Graphics^
The graphics context for the cell.
- cellStyle
-
Type:
System.Windows.Forms::DataGridViewCellStyle^
The DataGridViewCellStyle to be applied to the cell.
- rowIndex
-
Type:
System::Int32
The index of the cell's parent row.
.NET Framework
Available since 2.0
Available since 2.0
Show: