vertex2 property

vertex2 property

Gets or sets the coordinates of the second vertex.

Definition:

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

See Also