CGPointCreateDictionaryRepresentation(_:)
Returns a dictionary representation of the specified point.
Declaration
func CGPointCreateDictionaryRepresentation(_ point: CGPoint) -> CFDictionaryParameters
- point:
A point.
Return Value
The dictionary representation of the point.