DataGridViewColumnHeaderCell.GetContentBounds Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mengembalikan persegi panjang pembatas yang mengapit area konten sel, yang dihitung menggunakan objek dan gaya sel yang ditentukan 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
Parameter
- graphics
- Graphics
Konteks grafik untuk sel.
- cellStyle
- DataGridViewCellStyle
yang DataGridViewCellStyle akan diterapkan ke sel.
- rowIndex
- Int32
Indeks baris induk sel.
Mengembalikan
yang Rectangle mengikat isi sel.
Pengecualian
rowIndex
bukan -1.
Keterangan
Ukuran konten sel dihitung secara dinamis ketika metode ini dipanggil. Metode ini dipanggil secara internal ketika ContentBounds properti dibaca.