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.
func concatenate(CGAffineTransform )
Appends the given transform to the context’s existing transform.