IPath.MoveTo
IPath.MoveTo method
Moves the current point to the specified coordinates.
public void MoveTo(float x, float y)
Parameter | Type | Description |
---|---|---|
x | Single | The x-coordinate of the destination point. |
y | Single | The y-coordinate of the destination point. |
See Also
- interface IPath
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG