PathBuilder.Hr

PathBuilder.Hr method

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

public PathBuilder Hr(double x)
ParameterTypeDescription
xDoubleThe x-coordinate to draw a horizontal line to, relative to the current position.

Return Value

The current PathBuilder instance.

See Also