point property

point property

Returns/sets the endpoint of the elliptical arc.

Definition:

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

See Also