System::Drawing::Drawing2D::GraphicsPath::AddBezier Methode
Inhalt
[
Ausblenden
]GraphicsPath::AddBezier(const Point&, const Point&, const Point&, const Point&) method
Fügt die angegebene kubische Bézierkurve zum Pfad hinzu, der vom aktuellen Objekt dargestellt wird.
void System::Drawing::Drawing2D::GraphicsPath::AddBezier(const Point &pt1, const Point &pt2, const Point &pt3, const Point &pt4)
| Parameter | Typ | Beschreibung |
|---|---|---|
| pt1 | const Point& | Der Startpunkt der hinzuzufügenden Kurve |
| pt2 | const Point& | Der erste Kontrollpunkt der hinzuzufügenden Kurve |
| pt3 | const Point& | Der zweite Kontrollpunkt der hinzuzufügenden Kurve |
| pt4 | const Point& | Der Endpunkt der hinzuzufügenden Kurve |
Siehe auch
- Class Point
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddBezier(const PointF&, const PointF&, const PointF&, const PointF&) method
Fügt die angegebene kubische Bézierkurve zum Pfad hinzu, der vom aktuellen Objekt dargestellt wird.
void System::Drawing::Drawing2D::GraphicsPath::AddBezier(const PointF &pt1, const PointF &pt2, const PointF &pt3, const PointF &pt4)
| Parameter | Typ | Beschreibung |
|---|---|---|
| pt1 | const PointF& | Der Startpunkt der hinzuzufügenden Kurve |
| pt2 | const PointF& | Der erste Kontrollpunkt der hinzuzufügenden Kurve |
| pt3 | const PointF& | Der zweite Kontrollpunkt der hinzuzufügenden Kurve |
| pt4 | const PointF& | Der Endpunkt der hinzuzufügenden Kurve |
Siehe auch
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddBezier(float, float, float, float, float, float, float, float) method
Fügt die angegebene kubische Bézierkurve zum Pfad hinzu, der vom aktuellen Objekt dargestellt wird.
void System::Drawing::Drawing2D::GraphicsPath::AddBezier(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)
| Parameter | Typ | Beschreibung |
|---|---|---|
| x1 | float | Die X-Koordinate des Startpunkts der hinzuzufügenden Kurve |
| y1 | float | Die Y-Koordinate des Startpunkts der hinzuzufügenden Kurve |
| x2 | float | Die X-Koordinate des ersten Kontrollpunkts der hinzuzufügenden Kurve |
| y2 | float | Die Y-Koordinate des ersten Kontrollpunkts der hinzuzufügenden Kurve |
| x3 | float | Die X-Koordinate des zweiten Kontrollpunkts der hinzuzufügenden Kurve |
| y3 | float | Die Y-Koordinate des zweiten Kontrollpunkts der hinzuzufügenden Kurve |
| x4 | float | Die X-Koordinate des Endpunkts der hinzuzufügenden Kurve |
| y4 | float | Die Y-Koordinate des Endpunkts der hinzuzufügenden Kurve |
Siehe auch
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddBezier(int, int, int, int, int, int, int, int) method
Fügt die angegebene kubische Bézierkurve zum Pfad hinzu, der vom aktuellen Objekt dargestellt wird.
void System::Drawing::Drawing2D::GraphicsPath::AddBezier(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4)
| Parameter | Typ | Beschreibung |
|---|---|---|
| x1 | int | Die X-Koordinate des Startpunkts der hinzuzufügenden Kurve |
| y1 | int | Die Y-Koordinate des Startpunkts der hinzuzufügenden Kurve |
| x2 | int | Die X-Koordinate des ersten Kontrollpunkts der hinzuzufügenden Kurve |
| y2 | int | Die Y-Koordinate des ersten Kontrollpunkts der hinzuzufügenden Kurve |
| x3 | int | Die X-Koordinate des zweiten Kontrollpunkts der hinzuzufügenden Kurve |
| y3 | int | Die Y-Koordinate des zweiten Kontrollpunkts der hinzuzufügenden Kurve |
| x4 | int | Die X-Koordinate des Endpunkts der hinzuzufügenden Kurve |
| y4 | int | Die Y-Koordinate des Endpunkts der hinzuzufügenden Kurve |
Siehe auch
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++