System::Drawing::Drawing2D::GraphicsPath::AddRectangles metodo

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

Aggiunge la serie specificata di rettangoli al percorso rappresentato dall’oggetto corrente.

void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<Rectangle> &rects)
ParametroTipoDescrizione
rectsconst ArrayPtr<Rectangle>&Un array di oggetti Rectangle che rappresentano i rettangoli da aggiungere

Vedi anche

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

Aggiunge la serie specificata di rettangoli al percorso rappresentato dall’oggetto corrente.

void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<RectangleF> &rects)
ParametroTipoDescrizione
rectsconst ArrayPtr<RectangleF>&Un array di oggetti RectangleF che rappresentano i rettangoli da aggiungere

Vedi anche