filling Arbitrary Area..usin MFC
-
Hey friends..... :confused:How to fill the area Between two co-centric Circle/Arc. we have co-ordinate of outer Arc/Circle and Inner Arc/Circle . how to colored this area with spwcific COLOR. while using CRgn, floodFill , we require RECT but i want to Fill area between two co-centric ARC Waiting for reply Thanks in advance...
-
Hey friends..... :confused:How to fill the area Between two co-centric Circle/Arc. we have co-ordinate of outer Arc/Circle and Inner Arc/Circle . how to colored this area with spwcific COLOR. while using CRgn, floodFill , we require RECT but i want to Fill area between two co-centric ARC Waiting for reply Thanks in advance...
Try creating a single path, like the outline of a C that is almost closed on itself, then fill it. If necessary, use two such C paths, one a mirrored image of the other. :)
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google