System::Drawing::Drawing2D::GraphicsPath::AddRectangles método
Contenido
[
Ocultar
]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ámetro | Tipo | Descripción |
|---|---|---|
| rects | const ArrayPtr<Rectangle>& | Una matriz de objetos Rectangle que representan los rectángulos a agregar |
Ver también
- Typedef ArrayPtr
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
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ámetro | Tipo | Descripción |
|---|---|---|
| rects | const ArrayPtr<RectangleF>& | Una matriz de objetos RectangleF que representan los rectángulos a agregar |
Ver también
- Typedef ArrayPtr
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++