tags:

views:

59

answers:

0

I have a Parent Canvas which has mutiple paths. Each Path has a bunch of shapes inside it but all of them refer to ParentCanvas as their parent. When i loop through the children of the parentCanvas i would like to figure out which childElement falls in the boundary of each path. Just wondering if anyone has any suggestions.

Another way to ask the same question: How to find if if the element is within the boundary of a path.

Thanks N