Contents

CGPathApplierFunction

Defines a callback function that can view an element in a graphics path.

Declaration

typealias CGPathApplierFunction = (UnsafeMutableRawPointer?, UnsafePointer<CGPathElement>) -> Void

Discussion

See also apply(info:function:).

See Also

Applying a Function to the Elements of a Path