06-30-2010, 01:05 PM
Hi,
I have a simple question:
Does the ReaderWMF treats the gradient color?
Because I have test to import an EMF file with gradient color from my favorite software Visio 2003. After transformation, the XAML string contains a drawing with many SolidColorBrush as ressources but they are never used.
My image is white when I use :
It that a normal behaviour ?
Antony.
I have a simple question:
Does the ReaderWMF treats the gradient color?
Because I have test to import an EMF file with gradient color from my favorite software Visio 2003. After transformation, the XAML string contains a drawing with many SolidColorBrush as ressources but they are never used.
My image is white when I use :
Code:
Image myImage = metafileReader.GetGeometryFromHemf(hEmf, GeometrySettings.BasicOptimization);
It that a normal behaviour ?
Antony.