Hi,
We are building an application in Flex where we have to scale and reposition the circles based on the changed screen resolutions.
Example:
Current resolution: (800, 600) I draw a circle at position (410,290) with radius 10
Now If i change the resolution of screen to (1440, 960) then the circle should be drawn at the same place on the screen with respect to the new resolution with relative increase in the radius.
Can somebody help please ?