Méthode System::Drawing::Drawing2D::GraphicsPath::AddEllipse
Contenu
[
Cacher
]GraphicsPath::AddEllipse(const Rectangle&) method
Ajoute l’ellipse spécifiée au chemin représenté par l’objet actuel.
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(const Rectangle &rect)
| Paramètre | Type | Description |
|---|---|---|
| rect | const Rectangle& | Spécifie un rectangle qui délimite l’ellipse à ajouter |
Voir aussi
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddEllipse(const RectangleF&) method
Ajoute l’ellipse spécifiée au chemin représenté par l’objet actuel.
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(const RectangleF &rect)
| Paramètre | Type | Description |
|---|---|---|
| rect | const RectangleF& | Spécifie un rectangle qui délimite l’ellipse à ajouter |
Voir aussi
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddEllipse(float, float, float, float) method
Ajoute l’ellipse spécifiée au chemin représenté par l’objet actuel.
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(float x, float y, float width, float height)
| Paramètre | Type | Description |
|---|---|---|
| x | float | La coordonnée X du coin supérieur gauche du rectangle qui délimite l’ellipse à ajouter |
| y | float | La coordonnée Y du coin supérieur gauche du rectangle qui délimite l’ellipse à ajouter |
| width | float | La largeur du coin supérieur gauche du rectangle qui délimite l’ellipse à ajouter |
| height | float | La hauteur du coin supérieur gauche du rectangle qui délimite l’ellipse à ajouter |
Voir aussi
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddEllipse(int, int, int, int) method
Ajoute l’ellipse spécifiée au chemin représenté par l’objet actuel.
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(int x, int y, int width, int height)
| Paramètre | Type | Description |
|---|---|---|
| x | int | La coordonnée X du coin supérieur gauche du rectangle qui délimite l’ellipse à ajouter |
| y | int | La coordonnée Y du coin supérieur gauche du rectangle qui délimite l’ellipse à ajouter |
| width | int | La largeur du coin supérieur gauche du rectangle qui délimite l’ellipse à ajouter |
| height | int | La hauteur du coin supérieur gauche du rectangle qui délimite l’ellipse à ajouter |
Voir aussi
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++