h method

h

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

Returns

The current PathBuilder instance.

def h(self, x):
    ...
ParameterTypeDescription
xfloatThe x-coordinate to draw a horizontal line to.

See Also