width_pt propriété

width_pt propriété

Représente la largeur de la forme, en unité de point.

Exemple


if shape.width_pt == 3:
    shape.width_pt = 1.0

Définition:

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

Voir également