System::Drawing::Drawing2D::GraphicsPath::AddRectangle méthode
GraphicsPath::AddRectangle(const Rectangle&) method
Ajoute le rectangle spécifié au chemin représenté par l’objet actuel.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const Rectangle &rect)
| Paramètre | Type | Description |
|---|---|---|
| rect | const Rectangle& | Un rectangle à ajouter |
Voir aussi
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddRectangle(const RectangleF&) method
Ajoute le rectangle spécifié au chemin représenté par l’objet actuel.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const RectangleF &rect)
| Paramètre | Type | Description |
|---|---|---|
| rect | const RectangleF& | Un rectangle à ajouter |
Voir aussi
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++