Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
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.

Go Back   Vista Forums > Misc Newsgroups > Avalon

Vista - Accessing intersection of overlaying elements

 
 
Old 02-23-2006   #1 (permalink)
Ranj


 
 

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 SpecsSystem Spec
Old 02-24-2006   #2 (permalink)
Ranj


 
 

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 SpecsSystem Spec
Old 02-24-2006   #3 (permalink)
Erno


 
 

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 SpecsSystem Spec
 

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


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46