System::Drawing::Drawing2D::GraphicsPath::AddBezier methode
inhoud
[
verbergen
]GraphicsPath::AddBezier(const Point&, const Point&, const Point&, const Point&) method
Voegt de opgegeven kubieke Bezier-curve toe aan het pad dat wordt vertegenwoordigd door het huidige object.
void System::Drawing::Drawing2D::GraphicsPath::AddBezier(const Point &pt1, const Point &pt2, const Point &pt3, const Point &pt4)
| Parameter | Type | Beschrijving |
|---|---|---|
| pt1 | const Point& | Het startpunt van de toe te voegen curve |
| pt2 | const Point& | Het eerste controlepunt van de toe te voegen curve |
| pt3 | const Point& | Het tweede controlepunt van de toe te voegen curve |
| pt4 | const Point& | Het eindpunt van de toe te voegen curve |
Zie ook
- Class Point
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddBezier(const PointF&, const PointF&, const PointF&, const PointF&) method
Voegt de opgegeven kubieke Bezier-curve toe aan het pad dat wordt vertegenwoordigd door het huidige object.
void System::Drawing::Drawing2D::GraphicsPath::AddBezier(const PointF &pt1, const PointF &pt2, const PointF &pt3, const PointF &pt4)
| Parameter | Type | Beschrijving |
|---|---|---|
| pt1 | const PointF& | Het startpunt van de toe te voegen curve |
| pt2 | const PointF& | Het eerste controlepunt van de toe te voegen curve |
| pt3 | const PointF& | Het tweede controlepunt van de toe te voegen curve |
| pt4 | const PointF& | Het eindpunt van de toe te voegen curve |
Zie ook
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddBezier(float, float, float, float, float, float, float, float) method
Voegt de opgegeven kubieke Bezier-curve toe aan het pad dat wordt vertegenwoordigd door het huidige object.
void System::Drawing::Drawing2D::GraphicsPath::AddBezier(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)
| Parameter | Type | Beschrijving |
|---|---|---|
| x1 | float | De X-coördinaat van het startpunt van de toe te voegen curve |
| y1 | float | De Y-coördinaat van het startpunt van de toe te voegen curve |
| x2 | float | De X-coördinaat van het eerste controlepunt van de toe te voegen curve |
| y2 | float | De Y-coördinaat van het eerste controlepunt van de toe te voegen curve |
| x3 | float | De X-coördinaat van het tweede controlepunt van de toe te voegen curve |
| y3 | float | De Y-coördinaat van het tweede controlepunt van de toe te voegen curve |
| x4 | float | De X-coördinaat van het eindpunt van de toe te voegen curve |
| y4 | float | De Y-coördinaat van het eindpunt van de toe te voegen curve |
Zie ook
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddBezier(int, int, int, int, int, int, int, int) method
Voegt de opgegeven kubieke Bezier-curve toe aan het pad dat wordt vertegenwoordigd door het huidige object.
void System::Drawing::Drawing2D::GraphicsPath::AddBezier(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4)
| Parameter | Type | Beschrijving |
|---|---|---|
| x1 | int | De X-coördinaat van het startpunt van de toe te voegen curve |
| y1 | int | De Y-coördinaat van het startpunt van de toe te voegen curve |
| x2 | int | De X-coördinaat van het eerste controlepunt van de toe te voegen curve |
| y2 | int | De Y-coördinaat van het eerste controlepunt van de toe te voegen curve |
| x3 | int | De X-coördinaat van het tweede controlepunt van de toe te voegen curve |
| y3 | int | De Y-coördinaat van het tweede controlepunt van de toe te voegen curve |
| x4 | int | De X-coördinaat van het eindpunt van de toe te voegen curve |
| y4 | int | De Y-coördinaat van het eindpunt van de toe te voegen curve |
Zie ook
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++