Contents

transform

The current transform matrix, defining user space coordinates.

Declaration

var transform: CGAffineTransform { get set }

Discussion

Modify this matrix to transform content that you subsequently draw into the context. Changes that you make don’t affect existing content.

See Also

Applying transforms