DataGridViewTopLeftHeaderCell.GetContentBounds 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回圍住儲存格內容區域的周框 (Bounding Rectangle),此內容區域是使用指定的 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。
例外狀況
rowIndex
不等於 -1。
備註
呼叫此方法時,會動態計算儲存格內容的大小。
讀取 屬性時, ContentBounds 會在內部呼叫這個方法。