PathBuilder.H

PathBuilder.H method

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

public PathBuilder H(double x)
ParameterTypeDescription
xDoubleThe x-coordinate to draw a horizontal line to.

Return Value

The current PathBuilder instance.

See Also