CGPathApplierFunction
Defines a callback function that can view an element in a graphics path.
Declaration
typealias CGPathApplierFunction = (UnsafeMutableRawPointer?, UnsafePointer<CGPathElement>) -> VoidDiscussion
See also apply(info:function:).
Defines a callback function that can view an element in a graphics path.
typealias CGPathApplierFunction = (UnsafeMutableRawPointer?, UnsafePointer<CGPathElement>) -> VoidSee also apply(info:function:).