So the coordinate system is the same as the size of the window , for example you will have a window that is 800,800 and the top left corner is 0,0 and the bottom right corner is 800,800! Can you shrink the coordinate system inside the window ?
For example you will have a window at 800,800 , top left is 0,0 but the bottom right is 1600,1600 ? But the window still only takes up the 800,800 pixels ?
Thankyou