x2 property

x2 property

The absolute X coordinate for the second control point.

Definition:

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

See Also