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

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

Agrega la serie especificada de rectángulos a la ruta representada por el objeto actual.

void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<Rectangle> &rects)
ParámetroTipoDescripción
rectsconst ArrayPtr<Rectangle>&Una matriz de objetos Rectangle que representan los rectángulos a agregar

Ver también

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

Agrega la serie especificada de rectángulos a la ruta representada por el objeto actual.

void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<RectangleF> &rects)
ParámetroTipoDescripción
rectsconst ArrayPtr<RectangleF>&Una matriz de objetos RectangleF que representan los rectángulos a agregar

Ver también