Aspose::Font::RenderingPath::LineTo Klasse

LineTo class

Stellt die LineTo-Operation dar.

class LineTo : 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.
get_X() constLiest Koordinate x.
get_Y() constLiest Koordinate y.
LineTo(double, double)Initialisiert ein neues LineTo-Objekt.
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