width propriété

width propriété

Renvoie ou définit le width du segment spécifié, en points.

Exemple


slicer.width = 100

Définition:

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

Voir également