width عقار

width عقار

يمثل width من الشكل بوحدة البكسل.

مثال


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

تعريف:

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

أنظر أيضا