Aspose::Cells::Drawing::ShapePath::LineTo method
ShapePath::LineTo method
Appends a line segment to the current figure. The starting point is the end point of the current figure.
void Aspose::Cells::Drawing::ShapePath::LineTo(float x, float y)
Parameter | Type | Description |
---|---|---|
x | float | The x-coordinate of the endpoint of the line segment. |
y | float | The y-coordinate of the endpoint of the line segment. |
See Also
- Class Vector
- Class ShapePath
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++