System::Drawing::Graphics::DrawPath méthode
Graphics::DrawPath method
Dessine le chemin spécifié en utilisant le stylo spécifié.
void System::Drawing::Graphics::DrawPath(const SharedPtr<Pen> &pen, const SharedPtr<Drawing2D::GraphicsPath> &path)
| Paramètre | Type | Description |
|---|---|---|
| pen | const SharedPtr<Pen>& | Un objet Pen à utiliser pour le dessin |
| chemin | const SharedPtr<Drawing2D::GraphicsPath>& | Un chemin graphique à dessiner |
Voir aussi
- Typedef SharedPtr
- Class Pen
- Class GraphicsPath
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++