width_pt Eigentum

width_pt Eigentum

Stellt die Breite der Form in Punkteinheiten dar.

Beispiel


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

Definition:

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

Siehe auch