GDI and C# few questions
Hi I got few questions about C# and GDI
First, for example i got 2 circles in form and if intersects i need to smooth and stick this 2 circles together like in one ellipse.
And second question. How i can use onmouseclick event for circle to oen new form, for example. I used this.region func ? but it don't working properly.
Best regards Alex
Mahesh ChandPosted Apr 3, 2008, 11:13 AM
You can change the color of overlapping portion of two circles by either using one transparent color of the top circle or using a polygon. To use a ploygon, you need to know the exact mapping potion and draw a polygon by adding lines and circles etc and draw and fill the polygon.
Unfortunately I don't have time to write the code. I hope it gives you some pointers.