I’m using Direct X.
I mean if I use Matrix,CreateTranslation(0, 0, 0) if I want to draw something to the top left pixel I have to draw something to 1,1 as 0,0 is to the left and above of the viewport.
You’re right, the Width Height stuff is just an oversight of messing around with the matrices.