System::Drawing::Drawing2D::GraphicsPath::AddPath méthode
GraphicsPath::AddPath method
Ajoute le chemin spécifié au chemin représenté par l’objet actuel.
void System::Drawing::Drawing2D::GraphicsPath::AddPath(const SharedPtr<GraphicsPath> &path, bool connect)
| Paramètre | Type | Description |
|---|---|---|
| chemin | const SharedPtr<GraphicsPath>& | Le chemin à ajouter |
| connecter | bool | True indique que la dernière première figure dans le path fait partie de la dernière figure du chemin représenté par l’objet actuel ; false indique que la première figure dans le path et la dernière figure du chemin représenté par l’objet actuel sont des figures séparées |
Voir aussi
- Typedef SharedPtr
- Class GraphicsPath
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++