How to set the smallest possible clipping area before calling CGContextBeginTransparencyLayer ?

Posted by mystify on Stack Overflow See other posts from Stack Overflow or by mystify
Published on 2010-04-23T21:19:24Z Indexed on 2010/04/23 21:23 UTC
Read the original article Hit count: 170

Filed under:

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?

© Stack Overflow or respective owner

Related posts about iphone