PathBuilder.L

PathBuilder.L method

Adds a ‘Line To’ command to the path data.

public PathBuilder L(double x, double y)
ParameterTypeDescription
xDoubleThe x-coordinate of the end point of the line.
yDoubleThe y-coordinate of the end point of the line.

Return Value

The current PathBuilder instance.

See Also