Dear all,
In an application used with 46" touch screen I am using pictures in my application as follow :
<Image RenderOptions.BitmapScalingMode="HighQuality" Source="../Resources/key.png" Width="40" Height="40" Stretch="Fill" VerticalAlignment="Center"/>
By doing so when starting my app, I get an Out of memory exception.
If I remove the RenderOptions property then it works ok but image appears in bad quality in big screen.
This Render option works fine under Window 7
Environement :
Windows 8.1 64 bits
Application targeting Framework 4.0
I5 Intel with 4 GB ram
Any idea for such issue ?
regards
serge
Your knowledge is enhanced by that of others.