DataGridViewColumnHeaderCell.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입니다.
예외
rowIndex
가 -1이 아닌 경우
설명
이 메서드가 호출 될 때 셀의 내용의 크기를 동적으로 계산 됩니다. 이 메서드는 경우 호출 하는 내부적으로 ContentBounds 속성이 읽기.