width_cm mülk

width_cm mülk

Şeklin genişliğini santimetre cinsinden temsil eder.

Örnek


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

Tanım:

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

Ayrıca bakınız