comment_shape proprietà

comment_shape proprietà

Ottieni un oggetto Shape che rappresenta la forma allegata al commento specificato.

Esempio


shape = comment1.comment_shape
w = shape.width
h = shape.height

Definizione:

@property
def comment_shape(self):
    ...

Guarda anche