MoveTo
MoveTo(PointF)
Sets next point position.
public void MoveTo(PointF point)
Parameter | Type | Description |
---|---|---|
point | PointF | Point position |
See Also
- interface IGeometryPath
- namespace Aspose.Slides
- assembly Aspose.Slides
MoveTo(float, float)
Sets next point position.
public void MoveTo(float x, float y)
Parameter | Type | Description |
---|---|---|
x | Single | X coordinate of the point |
y | Single | Y Coordinate of the point |
See Also
- interface IGeometryPath
- namespace Aspose.Slides
- assembly Aspose.Slides