CurveTo
Inhalt
[
Ausblenden
]CurveTo class
Stellt die CurveTo-Operation dar.
public class CurveTo : IPathSegment
Eigenschaften
Name | Beschreibung |
---|---|
X1 { get; } | Liest Koordinate x1. |
X2 { get; } | Liest Koordinate x2. |
X3 { get; } | Liest Koordinate x3. |
Y1 { get; } | Liest Koordinate y1. |
Y2 { get; } | Liest Koordinate y2. |
Y3 { get; } | Liest Koordinate y3. |
Methoden
Name | Beschreibung |
---|---|
Clone() | Erstellt ein neues Objekt, das eine Kopie der aktuellen Instanz ist. |
Copy() | Erstellt eine Kopie des Segmentobjekts. |
Shift(double, double) | Führt eine Verschiebung um x- und y-Koordinaten durch. |
Transform(TransformationMatrix) | Transformiert Koordinaten mit der Transformationsmatrix. |
Siehe auch
- interface IPathSegment
- namensraum Aspose.Font.RenderingPath
- Montage Aspose.Font