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)
ParameterTypeDescription
xfloatThe x-coordinate of the endpoint of the line segment.
yfloatThe y-coordinate of the endpoint of the line segment.

See Also