width mülk

width mülk

Şeklin width’ini piksel cinsinden temsil eder.

Örnek


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

Tanım:

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

Ayrıca bakınız