Contents

CGPointMakeWithDictionaryRepresentation(_:_:)

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

Declaration

func CGPointMakeWithDictionaryRepresentation(_ dict: CFDictionary, _ point: UnsafeMutablePointer<CGPoint>) -> Bool

Parameters

Return Value

true if successful; otherwise false.

See Also

Creating a Geometric Primitive from a Dictionary Representation