CGAffineTransformIsIdentity(_:)
Checks whether an affine transform is the identity transform.
Declaration
func CGAffineTransformIsIdentity(_ t: CGAffineTransform) -> BoolParameters
- t:
The affine transform to check.
Return Value
Returns true if t is the identity transform, false otherwise.