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