Answered my own question, but posting the result here in case someone can counter it.
Path based clipping is performed by adding a path to the context via BeginPath() (after saving state) - then by calling Clip() - followed by restoring the state. -- View this message in context: http://monotouch.2284126.n4.nabble.com/Region-clipping-and-CGContext-tp3617607p3617749.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
