Contents

startTask(toRender:to:)

Renders an image to a destination so that point (0, 0) of the image maps to point (0, 0) of the destination.

Declaration

func startTask(toRender image: CIImage, to destination: CIRenderDestination) throws -> CIRenderTask

Parameters

Return Value

The asynchronous CIRenderTask to render the image to the specified destination.

See Also

Customizing Render Destination