Contents

CGPointApplyAffineTransform(_:_:)

Returns the point resulting from an affine transformation of an existing point.

Declaration

func CGPointApplyAffineTransform(_ point: CGPoint, _ t: CGAffineTransform) -> CGPoint

Parameters

  • point:

    A point that specifies the x- and y-coordinates to transform.

  • t:

    The affine transform to apply.

Return Value

A new point resulting from applying the specified affine transform to the existing point.

See Also

Applying Affine Transformations