add method

add

Adds a path point.

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

See Also