Contents

CGContextRelease

Decrements the retain count of a graphics context.

Declaration

extern void CGContextRelease(CGContextRef c);

Parameters

  • c:

    The graphics context to release.

Discussion

This function is equivalent to CFRelease, except it does not cause an error if c is NULL.

See Also

Retaining and Releasing Graphics Contexts