Skip to main content
Home Forums Silverlight Programming Programming with .NET - General How to make a UIElement.Clip with multiple geomtries?
1 replies. Latest Post by sinosoidal on August 12, 2008.
(0)
sinosoidal
Member
664 points
373 Posts
08-11-2008 7:52 PM |
Hi,
The clip property of an uielement only allows one element. Is there any container to geometries in order to have a clip composed of multiple geometries?
Thanks,
Best regards,
Nuno
08-12-2008 5:04 AM |
I found the answer by myself.
The answer is GeometryGroup class.
Thanks anyway,
Best reagards,