C# Region clip to a rectangle?
Currently, i have a rectangle and 3-4 circles which are bigger but not covering the entire rectangle. How can i show that the region for the circles are clipped to the rectangle? (Only visible within the rectangle?)
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
JasonPosted Mar 25, 2010, 5:18 AM
I would like to clip the regions of those circles such that circles will be visible within each rect? As i'll will be doing the .isVisible method if detecting the circles in the rectange itself. I'm lost here.. pls help..
Mahesh ChandPosted Mar 24, 2010, 7:08 PM
Cheers!