views:

248

answers:

1

Geometry class in WPF contains a Combine() method which is extremely useful when you need to exclude one geometry from the other, etc. Silverlight version of Geometry doesn't have such a method. The same goes for CombinedGeometry class which does the same.

Are there any other options to exclude one geometry from another in Silverlight?

A: 

I'm working on a WPF app which builds user-defined masks using Combine. If there's no answer in SL 4 (none I can see) then my fallback is to send the raw geometry back to the server for combination

Andy Dent