TableLayoutCellPaintEventArgs 생성자

정의

TableLayoutCellPaintEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 TableLayoutCellPaintEventArgs(System::Drawing::Graphics ^ g, System::Drawing::Rectangle clipRectangle, System::Drawing::Rectangle cellBounds, int column, int row);
public TableLayoutCellPaintEventArgs (System.Drawing.Graphics g, System.Drawing.Rectangle clipRectangle, System.Drawing.Rectangle cellBounds, int column, int row);
new System.Windows.Forms.TableLayoutCellPaintEventArgs : System.Drawing.Graphics * System.Drawing.Rectangle * System.Drawing.Rectangle * int * int -> System.Windows.Forms.TableLayoutCellPaintEventArgs
Public Sub New (g As Graphics, clipRectangle As Rectangle, cellBounds As Rectangle, column As Integer, row As Integer)

매개 변수

g
Graphics

항목을 그리는 데 사용되는 Graphics입니다.

clipRectangle
Rectangle

칠할 사각형을 나타내는 Rectangle입니다.

cellBounds
Rectangle

셀의 범위입니다.

column
Int32

셀의 열입니다.

row
Int32

셀의 행입니다.

적용 대상

추가 정보