System::Drawing::Drawing2D::GraphicsPath::AddCurve method
inhoud
[
verbergen
]GraphicsPath::AddCurve(const ArrayPtr<Point>&, float) method
Voegt de opgegeven curve toe aan het pad dat wordt vertegenwoordigd door het huidige object.
void System::Drawing::Drawing2D::GraphicsPath::AddCurve(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::AddCurve(const ArrayPtr<Point>&, int, int, float) method
Voegt de opgegeven curve toe aan het pad dat wordt vertegenwoordigd door het huidige object.
void System::Drawing::Drawing2D::GraphicsPath::AddCurve(const ArrayPtr<Point> &points, int offset, int number_of_segments, float tension)
| Parameter | Type | Beschrijving |
|---|---|---|
| points | const ArrayPtr<Point>& | Punten die de curve specificeren |
| offset | int | De index van het punt in points dat wordt gebruikt als het startpunt van de curve |
| number_of_segments | int | Het aantal segmenten dat wordt gebruikt om de curve te tekenen |
| 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::AddCurve(const ArrayPtr<PointF>&, float) method
Voegt de opgegeven curve toe aan het pad dat wordt vertegenwoordigd door het huidige object.
void System::Drawing::Drawing2D::GraphicsPath::AddCurve(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++
GraphicsPath::AddCurve(const ArrayPtr<PointF>&, int, int, float) method
Voegt de opgegeven curve toe aan het pad dat wordt vertegenwoordigd door het huidige object.
void System::Drawing::Drawing2D::GraphicsPath::AddCurve(const ArrayPtr<PointF> &points, int offset, int number_of_segments, float tension)
| Parameter | Type | Beschrijving |
|---|---|---|
| points | const ArrayPtr<PointF>& | Punten die de curve specificeren |
| offset | int | De index van het punt in points dat wordt gebruikt als het startpunt van de curve |
| number_of_segments | int | Het aantal segmenten dat wordt gebruikt om de curve te tekenen |
| 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++