Aspose::Font::RenderingPath::MoveTo Klasse

MoveTo class

Stellt die MoveTo Operation dar.

class MoveTo : 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.
MoveTo(double, double)Initialisiert ein neues MoveTo 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