Aspose::Font::RenderingPath::CurveTo Klasse
Inhalt
[
Ausblenden
]CurveTo class
Stellt die CurveTo Operation dar.
class CurveTo : public Aspose::Font::RenderingPath::IPathSegment
Methoden
| Methode | Beschreibung |
|---|---|
| Clone() override | Erstellt ein neues Objekt, das eine Kopie der aktuellen Instanz ist. |
| CompareTo(System::SharedPtr<IPathSegment>) override | |
| Copy() override | Erstellt eine Kopie des Segmentobjekts. |
| CurveTo(double, double, double, double, double, double) | Initialisiert ein neues CurveTo Objekt. |
| get_X1() const | Liest Koordinate x1. |
| get_X2() const | Liest Koordinate x2. |
| get_X3() const | Liest Koordinate x3. |
| get_Y1() const | Liest Koordinate y1. |
| get_Y2() const | Liest Koordinate y2. |
| get_Y3() const | Liest Koordinate y3. |
| Shift(double, double) override | Führt eine Verschiebung um die x- und y-Koordinaten durch. |
| Transform(System::SharedPtr<TransformationMatrix>) override | Transformiert Koordinaten mit der Transformationsmatrix. |
Siehe auch
- Class IPathSegment
- Namespace Aspose::Font::RenderingPath
- Library Aspose.Font for C++