x1 property

x1 property

The absolute X coordinate for the first control point.

Definition:

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

See Also