invert

Inverts the given transform.

If @self is not invertible, null is returned. Note that inverting null also returns null, which is the correct inverse of null. If you need to differentiate between those cases, you should check @self is not null before calling this function.

This function consumes @self. Use method@Gsk.Transform.ref first if you want to keep it around.

Return

The inverted transform