System::Drawing::Drawing2D::GraphicsPath::AddClosedCurve method
inhoud
[
verbergen
]GraphicsPath::AddClosedCurve(const ArrayPtr<Point>&, float) method
Voegt de opgegeven gesloten curve toe aan het pad dat wordt vertegenwoordigd door het huidige object.
void System::Drawing::Drawing2D::GraphicsPath::AddClosedCurve(const ArrayPtr<Point> &points, float tension=0.5)
| Parameter | Type | Beschrijving |
|---|---|---|
| points | const ArrayPtr<Point>& | Punten die de curve specificeren |
| tension | float | Specificeert de hoeveelheid waarmee de curve buigt tussen de controlepunten |
Zie ook
- Typedef ArrayPtr
- Class Point
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddClosedCurve(const ArrayPtr<PointF>&, float) method
Voegt de opgegeven gesloten curve toe aan het pad dat wordt vertegenwoordigd door het huidige object.
void System::Drawing::Drawing2D::GraphicsPath::AddClosedCurve(const ArrayPtr<PointF> &points, float tension=0.5)
| Parameter | Type | Beschrijving |
|---|---|---|
| points | const ArrayPtr<PointF>& | Punten die de curve specificeren |
| tension | float | Specificeert de hoeveelheid waarmee de curve buigt tussen de controlepunten |
Zie ook
- Typedef ArrayPtr
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++