transformed(using:)
Applies the specified transform and returns a new drawing.
Declaration
func transformed(using transform: CGAffineTransform) -> PKDrawingParameters
- transform:
The Cgaffinetransform to apply to the contents of this drawing.
Return Value
A new drawing with the provided transform applied.