Contents

string(for:)

Returns a string formatted to contain the data from a point.

Declaration

class func string(for point: CGPoint) -> String

Parameters

  • point:

    A Core Graphics structure representing a point.

Return Value

A string that corresponds to point. See cgPoint(for:) for a discussion of the string format.

See Also

Representing Geometric Types as Strings