TableLayoutCellPaintEventArgs Constructeur

Définition

Initialise une nouvelle instance de la classe 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)

Paramètres

g
Graphics

Utilisé Graphics pour peindre l’élément.

clipRectangle
Rectangle

Qui Rectangle représente le rectangle dans lequel peindre.

cellBounds
Rectangle

Limites de la cellule.

column
Int32

Colonne de la cellule.

row
Int32

Ligne de la cellule.

S’applique à

Voir aussi