ShapePath.LineTo
ShapePath.LineTo method
Appends a line segment to the current figure. The starting point is the end point of the current figure.
public void LineTo(float x, float y)
Parameter | Type | Description |
---|---|---|
x | Single | The x-coordinate of the endpoint of the line segment. |
y | Single | The y-coordinate of the endpoint of the line segment. |
See Also
- class ShapePath
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells