DataGridViewTextBoxCell.GetContentBounds メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
セルの内容領域に外接する四角形を返します。これは、指定された Graphics とセル スタイルを使って計算されます。
protected:
override System::Drawing::Rectangle GetContentBounds(System::Drawing::Graphics ^ graphics, System::Windows::Forms::DataGridViewCellStyle ^ cellStyle, int rowIndex);
protected override System.Drawing.Rectangle GetContentBounds (System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex);
override this.GetContentBounds : System.Drawing.Graphics * System.Windows.Forms.DataGridViewCellStyle * int -> System.Drawing.Rectangle
Protected Overrides Function GetContentBounds (graphics As Graphics, cellStyle As DataGridViewCellStyle, rowIndex As Integer) As Rectangle
パラメーター
- graphics
- Graphics
セルのグラフィックス コンテキスト。
- cellStyle
- DataGridViewCellStyle
セルに適用する DataGridViewCellStyle。
- rowIndex
- Int32
セルの親行のインデックス。
戻り値
セルの内容領域に外接する Rectangle。