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