So using snoop I can see that the properties are as follows
Image 1
Height = 160
ActualHeight = 160
Width = 372
ActualWidth = 299.7468...
x = 0
y = 0
image 2
Height = 50
ActualHeight = 26.6891...
Width = 50
ActualWidth = 50
x = 20
y = 20
Image 2
Height = 50
ActualHeight = 26.6891...
Width = 50
ActualWidth = 50
x = 60
y = 60
So my questions is how do I get the ActualHeight and ActualWidth to always be equal to the Height and Width? Also why does image one not appear to be placed at 0,0 on the canvas?