MoveTo
MoveTo(PointF)
Définit la position du point suivant.
public void MoveTo(PointF point)
Paramètre | Type | Description |
---|---|---|
point | PointF | Position du point |
Voir Aussi
- interface IGeometryPath
- namespace Aspose.Slides
- assembly Aspose.Slides
MoveTo(float, float)
Définit la position du point suivant.
public void MoveTo(float x, float y)
Paramètre | Type | Description |
---|---|---|
x | Single | Coordonnée X du point |
y | Single | Coordonnée Y du point |
Voir Aussi
- interface IGeometryPath
- namespace Aspose.Slides
- assembly Aspose.Slides