transform property

transform property

Returns/sets the affine transformation matrix establishing the local matrix transformation that is applied to all child and descendant elements of the path geometry before it is used for filling, clipping, or stroking.

Definition:

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

See Also