DataGridViewCellPaintingEventArgs.PaintContent(Rectangle) 메서드

정의

지정된 범위에서 영역의 셀 내용을 그립니다.

public:
 void PaintContent(System::Drawing::Rectangle clipBounds);
public void PaintContent(System.Drawing.Rectangle clipBounds);
member this.PaintContent : System.Drawing.Rectangle -> unit
Public Sub PaintContent (clipBounds As Rectangle)

매개 변수

clipBounds
Rectangle

그릴 영역을 Rectangle 지정하는 A DataGridView 입니다.

예외

RowIndex 가 -1 미만이거나 컨트롤의 행 DataGridView 수보다 크거나 같습니다.

-또는-

ColumnIndex 가 -1 미만이거나 컨트롤의 열 DataGridView 수보다 크거나 같습니다.

적용 대상

추가 정보