I have a problem with displaying images in WPF.
Here\'s my code:
Adding to Paya's answer: to compensate WPF's attempt to adapt to the monitors resolution you should be able to set the Width and Height to the file's original dimensions and use Stretch="Fill". This worked for me.
WPF
Width
Height
Stretch="Fill"