start_point property

start_point property

Returns/sets the starting point for the first segment of the path figure.

Definition:

@property
def start_point(self):
    ...
@start_point.setter
def start_point(self, value):
    ...

See Also