class documentation

class Image(engine.Image):

View In Hierarchy

Image structure

Method __setattr__ Set an image attribute, routing to the matching setter.
def __setattr__(self, name, value): ΒΆ

Set an image attribute, routing to the matching setter.

Parameters
name:strAttribute name to set.
value:objectNew value for the attribute.