is_image property

ShapeBase.is_image property

Returns True if this shape is an image shape.

@property
def is_image(self) -> bool:
    ...

See Also