TableLayoutCellPaintEventArgs Konstruktor

Definition

Initialisiert eine neue Instanz der TableLayoutCellPaintEventArgs-Klasse.

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)

Parameter

g
Graphics

Die Graphics, die zum Zeichnen des Elements verwendet wird.

clipRectangle
Rectangle

Rectangle stellt das Rechteck dar, in dem gezeichnet werden soll.

cellBounds
Rectangle

Die Begrenzungen der Zelle.

column
Int32

Die Spalte der Zelle.

row
Int32

Die Zeile der Zelle.

Gilt für:

Weitere Informationen