Returns the height and width resulting from a transformation of an existing height and width.
SDKs
- iOS 2.0+
- macOS 10.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Core Graphics
Declaration
func applying(_ t: CGAffine Transform) -> CGSize
Parameters
t
The affine transform to apply.
Return Value
A new size resulting from applying the specified affine transform to the existing size.