height propriété

height propriété

Représente le height de forme, en unité de pixel.

Exemple


if shape.height == 3:
    shape.height = 1

Définition:

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

Voir également