CGPatternRelease
Decrements the retain count of a Core Graphics pattern.
Declaration
extern void CGPatternRelease(CGPatternRef pattern);Parameters
- pattern:
The pattern to release.
Discussion
This function is equivalent to CFRelease, except that it does not cause an error if the pattern parameteris NULL.