ios - take cliped area into a image -


i have cgbitmapcontext image drawn in , path want copy image of size clippingpath.boundingbox (of course normalized 0,0,width,height).

now, how do this?

from understand clipping paths work : have path, clip image, inside path gets kept, else discarded.

i don't want that, want copy inside path , have context because want clip several different paths same context.

i don't expect full clear code answer (although great), pointer right direction.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -