![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| | Accessing intersection of overlaying elements newbie question, Scenario: User allowed to drag and drop 'x' number of UIelements (Ellipses here ) on canvas, when they overlap, the interesting regions need to be dynamically coloured in a unique color. How is this best achieved? How can intersecting regions be accessed from C# code? I looked at avalon Geometry stuff but could not see how it is possible? TIA Ranjit |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Accessing intersection of overlaying elements In Java its smple as subracting one region from the other to provide the intersection: In the Java applet that I am converting its simple as: Area area = new Area( element1.getArea() ); area.subtract( element2.getArea() ); Whats the C# equivalent anyone ??? "Ranj" <rsjoh@removethis.hotmail.com> wrote in message news:uBLlZMHOGHA.3864@TK2MSFTNGP10.phx.gbl... > newbie question, > > Scenario: > > User allowed to drag and drop 'x' number of UIelements (Ellipses here ) on > canvas, when they overlap, the interesting regions need to be dynamically > coloured in a unique color. > > How is this best achieved? How can intersecting regions be accessed from > C# code? > > I looked at avalon Geometry stuff but could not see how it is possible? > > TIA > Ranjit > > |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Accessing intersection of overlaying elements Take a look at the Path(?) class. It supports boolean operations like intersection, union etc. Erno ---- WPF tutorials: http://blogs.infosupport.com/ernow/articles/1878.aspx "Ranj" <rsjoh@removethis.hotmail.com> wrote in message news:uBLlZMHOGHA.3864@TK2MSFTNGP10.phx.gbl... > newbie question, > > Scenario: > > User allowed to drag and drop 'x' number of UIelements (Ellipses here ) on > canvas, when they overlap, the interesting regions need to be dynamically > coloured in a unique color. > > How is this best achieved? How can intersecting regions be accessed from > C# code? > > I looked at avalon Geometry stuff but could not see how it is possible? > > TIA > Ranjit > > |
My System Specs![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Adobe Photoshop Elements 6 & Adobe Premiere Elements 4 | Vista music pictures video | |||
| Can't delete elements in folder Recent elements | Vista General | |||
| Elements 6 No Cd Rom | Drivers | |||
| Support for Adobe photoshop elements 5 or premier elements 3 on Vista 64 bits | Vista General | |||