Aspose::Font::RenderingPath::CurveTo Klasse

CurveTo class

Stellt die CurveTo Operation dar.

class CurveTo : public Aspose::Font::RenderingPath::IPathSegment

Methoden

MethodeBeschreibung
Clone() overrideErstellt ein neues Objekt, das eine Kopie der aktuellen Instanz ist.
CompareTo(System::SharedPtr<IPathSegment>) override
Copy() overrideErstellt eine Kopie des Segmentobjekts.
CurveTo(double, double, double, double, double, double)Initialisiert ein neues CurveTo Objekt.
get_X1() constLiest Koordinate x1.
get_X2() constLiest Koordinate x2.
get_X3() constLiest Koordinate x3.
get_Y1() constLiest Koordinate y1.
get_Y2() constLiest Koordinate y2.
get_Y3() constLiest Koordinate y3.
Shift(double, double) overrideFührt eine Verschiebung um die x- und y-Koordinaten durch.
Transform(System::SharedPtr<TransformationMatrix>) overrideTransformiert Koordinaten mit der Transformationsmatrix.

Siehe auch