second_point property

second_point property

Gets or sets the second point.

Definition:

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

See Also