Where is path clipping set for a CGContext? Assume that I want to draw a shape in a CGContext and then apply different operations, such as draw/fill a rectangle in part of it with clipping automatically taking care of maintaining the shape. I don't want to add a rectangle to a path, I want a path to describe a shape and the shape's clipping region, then draw a rectangle to the context with the clipping handling what is needed.
-- View this message in context: http://monotouch.2284126.n4.nabble.com/Region-clipping-and-CGContext-tp3617607p3617607.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
