x property
x property
The relative X coordinate for the end point of this path segment.
Definition:
@property
def x(self):
...
@x.setter
def x(self, value):
...
The relative X coordinate for the end point of this path segment.
@property
def x(self):
...
@x.setter
def x(self, value):
...