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

Wird Graphics verwendet, um das Element zu zeichnen.

clipRectangle
Rectangle

Dies Rectangle stellt das Rechteck dar, in dem strichen werden soll.

cellBounds
Rectangle

Die Grenzen der Zelle.

column
Int32

Die Spalte der Zelle.

row
Int32

Die Zeile der Zelle.

Gilt für:

Weitere Informationen