IPath.LineTo
IPath.LineTo method
Adds a straight line segment from the current point to the specified coordinates.
public void LineTo(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