ICanvas.LineTo
ICanvas.LineTo method
Adds a line segment to the current path.
public void LineTo(double x, double y)
Parameter | Type | Description |
---|---|---|
x | Double | The x-coordinate of the ending point of the line segment. |
y | Double | The y-coordinate of the ending point of the line segment. |
See Also
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG