As BitmapEffects are obsolete, how can I add a Effect to a DrawingGroup in WPF4?
Asked
Active
Viewed 129 times
1
-
That depends on how you want to display the DrawingGroup. You may set the Effect property of an Image control that shows your DrawingGroup in a DrawingImage. – Clemens Mar 03 '18 at 17:21
-
No, that does not work. I only wanted a Effect on a Part of the Drawing. The DrawingGroup has the Property "BitmapEffects", but this has no Effect. Problem is, I'd like to use it in https://github.com/dotnetprojects/SVGImage to increase svg support (and svg supports it on every part of the drawing) – user1237393 Mar 03 '18 at 17:48