width_pt fastighet

width_pt fastighet

Representerar formens bredd, i punktenhet.

Exempel


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

Definition:

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

Se även