width_inch proprietà

width_inch proprietà

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

Esempio


if shape.width_inch == 3:
    shape.width_inch = 1.0

Definizione:

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

Guarda anche