width propiedad

width propiedad

Representa el width de forma, en unidades de píxeles.

Ejemplo


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

Definición:

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

Ver también