Contents

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) -> PKDrawing

Parameters

  • transform:

    The transform to apply to the drawing.

Return Value

A new drawing created by applying the specified transform to the current object.

See Also

Modifying the drawing