width property

width property

Gets the image width.

Example

Prints drawing’s width

Definition:

@property
def width(self):
    ...

See Also