How to set the smallest possible clipping area before calling CGContextBeginTransparencyLayer ?
- by mystify
Apple says:
Tip: For best performance, make sure
that you set the smallest possible
clipping area for the objects in the
transparency layer prior to calling
CGContextBeginTransparencyLayer.
Sounds good, but how would I set that clipping area to the thing which I want to draw transparent?