Contents

CGSizeApplyAffineTransform(_:_:)

Returns the height and width resulting from a transformation of an existing height and width.

Declaration

func CGSizeApplyAffineTransform(_ size: CGSize, _ t: CGAffineTransform) -> CGSize

Parameters

  • size:

    A size that specifies the height and width to transform.

  • t:

    The affine transform to apply.

Return Value

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

See Also

Applying Affine Transformations