y2 property

y2 property

The absolute Y coordinate for the second control point.

Definition:

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

See Also