func scaleBy (x: CGFloat, y: CGFloat)
Scales subsequent drawing operations by an amount in each dimension.
func rotate(by: Angle)
Rotates subsequent drawing operations by an angle.
func translateBy (x: CGFloat, y: CGFloat)
Moves subsequent drawing operations by an amount in each dimension.
var transform: CGAffineTransform
The current transform matrix, defining user space coordinates.