CGPointMakeWithDictionaryRepresentation(_:_:)
Fills in a point using the contents of the specified dictionary.
Declaration
func CGPointMakeWithDictionaryRepresentation(_ dict: CFDictionary, _ point: UnsafeMutablePointer<CGPoint>) -> BoolParameters
- dict:
A dictionary that was previously returned from the function Cgpointcreatedictionaryrepresentation(_:).
- point:
On return, the point created from the provided dictionary.