MoveTo
MoveTo(PointF)
Setzt die Position des nächsten Punktes.
public void MoveTo(PointF point)
Parameter | Typ | Beschreibung |
---|---|---|
point | PointF | Punktposition |
Siehe Auch
- Schnittstelle IGeometryPath
- Namespace Aspose.Slides
- Assembly Aspose.Slides
MoveTo(float, float)
Setzt die Position des nächsten Punktes.
public void MoveTo(float x, float y)
Parameter | Typ | Beschreibung |
---|---|---|
x | Single | X-Koordinate des Punktes |
y | Single | Y-Koordinate des Punktes |
Siehe Auch
- Schnittstelle IGeometryPath
- Namespace Aspose.Slides
- Assembly Aspose.Slides