Contents

string(for:)

Returns a string formatted to contain the data from an affine transform.

Declaration

class func string(for transform: CGAffineTransform) -> String

Parameters

  • 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.

See Also

Representing Geometric Types as Strings