System::Drawing::Drawing2D::GraphicsPath::AddRectangle metodo
GraphicsPath::AddRectangle(const Rectangle&) method
Aggiunge il rettangolo specificato al percorso rappresentato dall’oggetto corrente.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const Rectangle &rect)
| Parametro | Tipo | Descrizione |
|---|---|---|
| rect | const Rectangle& | Un rettangolo da aggiungere |
Vedi anche
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddRectangle(const RectangleF&) method
Aggiunge il rettangolo specificato al percorso rappresentato dall’oggetto corrente.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const RectangleF &rect)
| Parametro | Tipo | Descrizione |
|---|---|---|
| rect | const RectangleF& | Un rettangolo da aggiungere |
Vedi anche
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++