add method

add(self, x, y)

Adds a path point.


def add(self, x, y):
    ...
ParameterTypeDescription
xintThe x coordinate.
yintThe y coordinate.

See Also