I have loaded a file of coordinates in to my app and drawn it on to a panel. It has drawn it to the top left corner and is rather small in conjunnction with the coordinates.
Is there a way I can zoom to fit the drawing on the panel, so that the drawing is larger than the coordinates make it, basically a zoom to fit?
You must be more precise.
The panel coordinates are pixels, the upper left corner's coordinates are 0, 0.
What kind of coordinates are you speeking of ?
What are the min, max values of the coordinates ?
What is the size of the panel ?