CGPatternReleaseInfoCallback
Release private data or resources associated with the pattern.
Declaration
typealias CGPatternReleaseInfoCallback = (UnsafeMutableRawPointer?) -> VoidParameters
- info:
A generic pointer to private data shared among your callback functions. This is the same pointer you supplied to Init(info:bounds:matrix:xstep:ystep:tiling:iscolored:callbacks:).
Discussion
Quartz calls your release function when it frees your pattern object.
To learn how to associate your release function with a Quartz pattern, see init(info:bounds:matrix:xStep:yStep:tiling:isColored:callbacks:) and CGPatternCallbacks.