transformation_matrix property

transformation_matrix property

Get the transform. The transform defines a local geometric transform for this brush.

Definition:

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

See Also