Contents

CGRectMakeWithDictionaryRepresentation(_:_:)

Fills in a rectangle using the contents of the specified dictionary.

Declaration

func CGRectMakeWithDictionaryRepresentation(_ dict: CFDictionary, _ rect: UnsafeMutablePointer<CGRect>) -> Bool

Parameters

Return Value

true if successful; otherwise false.

See Also

Creating a Geometric Primitive from a Dictionary Representation