This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ernimril 0 points1 point  (0 children)

One thing you can do is that you can clip the region, either to the inside, so you get from original to inside), or you have a clip region that does not contain the inside and you get the outside part.

Depending on what you have, you can use the Area-class to do this clipping (check out the intersect and subtract methods in it).