Contents

projectionTransform(_:)

Returns a filter that transforms the rasterized form of subsequent graphics primitives.

Declaration

static func projectionTransform(_ matrix: ProjectionTransform) -> GraphicsContext.Filter

Parameters

  • matrix:

    A projection transform to apply to the rasterized form of graphics primitives.

Return Value

A filter that applies a transform.