PathBuilder.Lr

PathBuilder.Lr method

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

public PathBuilder Lr(double x, double y)
ParameterTypeDescription
xDoubleThe x-coordinate of the end point of the line, relative to the current position.
yDoubleThe y-coordinate of the end point of the line, relative to the current position.

Return Value

The current PathBuilder instance.

See Also