CGSizeMakeWithDictionaryRepresentation(_:_:)
Fills in a size using the contents of the specified dictionary.
Declaration
func CGSizeMakeWithDictionaryRepresentation(_ dict: CFDictionary, _ size: UnsafeMutablePointer<CGSize>) -> BoolParameters
- dict:
A dictionary that was previously returned from the function Cgsizecreatedictionaryrepresentation(_:).
- size:
On return, the size created from the specified dictionary.