I have coordinates corresponding to screen resolution 600x400
. Now I want to get the relative position of this coordinate for the screen resolution 1280x800
. After getting the coordinates, I have to create a link on that coordinate.
.For example
Suppose I have a coordinate (5,5) for a 600*400 device resolution, so this coordinate will be at the left-bottom of the screen.Now i want to know what will be the relative coordinate of this on a 1280*800 screen resolution device so that it looks at the same position i.e bottom left of screen. Thanks in advance.