System::Drawing::Drawing2D::GraphicsPath::AddRectangles méthode

GraphicsPath::AddRectangles(const ArrayPtr<Rectangle>&) method

Ajoute la série de rectangles spécifiée au chemin représenté par l’objet actuel.

void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<Rectangle> &rects)
ParamètreTypeDescription
rectsconst ArrayPtr<Rectangle>&Un tableau d’objets Rectangle représentant les rectangles à ajouter

Voir aussi

GraphicsPath::AddRectangles(const ArrayPtr<RectangleF>&) method

Ajoute la série de rectangles spécifiée au chemin représenté par l’objet actuel.

void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<RectangleF> &rects)
ParamètreTypeDescription
rectsconst ArrayPtr<RectangleF>&Un tableau d’objets RectangleF représentant les rectangles à ajouter

Voir aussi