width proprietà

width proprietà

Rappresenta lo width della forma, in unità di pixel.

Esempio


if shape.width == 3:
    shape.width = 1

Definizione:

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

Guarda anche