applying(_:)
Returns a new drawing object by applying the specified transform to a copy of the current object’s contents.
Declaration
func applying(_ transform: CGAffineTransform) -> PKDrawingParameters
- transform:
The transform to apply to the drawing.
Return Value
A new drawing created by applying the specified transform to the current object.