System::Drawing::Drawing2D::GraphicsPath::AddRectangle método
GraphicsPath::AddRectangle(const Rectangle&) method
Agrega el rectángulo especificado a la ruta representada por el objeto actual.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const Rectangle &rect)
| Parámetro | Tipo | Descripción |
|---|---|---|
| rect | const Rectangle\& | Un rectángulo para agregar |
Ver también
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddRectangle(const RectangleF&) method
Agrega el rectángulo especificado a la ruta representada por el objeto actual.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const RectangleF &rect)
| Parámetro | Tipo | Descripción |
|---|---|---|
| rect | const RectangleF& | Un rectángulo para agregar |
Ver también
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++