string(for:)
Returns a string formatted to contain the data from a point.
Declaration
class func string(for point: CGPoint) -> StringParameters
- 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.