width_cm proprietà

width_cm proprietà

Rappresenta la larghezza della forma, in unità di centimetri.

Esempio


if shape.width_cm == 3:
    shape.width_cm = 1.0

Definizione:

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

Guarda anche