System::Drawing::Drawing2D::GraphicsPath::AddClosedCurve méthode
Contenu
[
Cacher
]GraphicsPath::AddClosedCurve(const ArrayPtr<Point>&, float) method
Ajoute la courbe fermée spécifiée au chemin représenté par l’objet actuel.
void System::Drawing::Drawing2D::GraphicsPath::AddClosedCurve(const ArrayPtr<Point> &points, float tension=0.5)
| Paramètre | Type | Description |
|---|---|---|
| points | const ArrayPtr<Point>& | Points qui spécifient la courbe |
| tension | float | Spécifie la quantité de courbure entre les points de contrôle |
Voir aussi
- Typedef ArrayPtr
- Class Point
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddClosedCurve(const ArrayPtr<PointF>&, float) method
Ajoute la courbe fermée spécifiée au chemin représenté par l’objet actuel.
void System::Drawing::Drawing2D::GraphicsPath::AddClosedCurve(const ArrayPtr<PointF> &points, float tension=0.5)
| Paramètre | Type | Description |
|---|---|---|
| points | const ArrayPtr<PointF>& | Points qui spécifient la courbe |
| tension | float | Spécifie la quantité de courbure entre les points de contrôle |
Voir aussi
- Typedef ArrayPtr
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++