string(for:)
Returns a string formatted to contain the data from an affine transform.
Declaration
class func string(for transform: CGAffineTransform) -> StringParameters
- transform:
A Core Graphics affine transform structure.
Return Value
A string that corresponds to transform. See cgAffineTransform(for:) for a discussion of the string format.