y1 property

y1 property

The relative Y coordinate for the first control point.

Definition:

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

See Also