CGRectMakeWithDictionaryRepresentation(_:_:)
Fills in a rectangle using the contents of the specified dictionary.
Declaration
func CGRectMakeWithDictionaryRepresentation(_ dict: CFDictionary, _ rect: UnsafeMutablePointer<CGRect>) -> BoolParameters
- dict:
A dictionary that was previously returned from the function Cgrectcreatedictionaryrepresentation(_:).
- rect:
On return, the rectangle created from the specified dictionary.