mad_schatz
Member
- Joined
- Jan 1, 2009
- Messages
- 15
- Programming Experience
- 1-3
Help in Drawing
Hi Gents,
I need to draw a world map. I got necessary coordinates.
I can draw it on a picturebox. To zoom in/out, I multiply the coordinates by a scale and draw them on the picturebox. At the same time I change the size of the picturebox according to scale.
Now my problem is, it seems that the picturebox has limitations in size. I can't make it bigger than 32767.
Can anyone give me some ideas, is there any way to get around this limitation ?
Thanks
Hi Gents,
I need to draw a world map. I got necessary coordinates.
I can draw it on a picturebox. To zoom in/out, I multiply the coordinates by a scale and draw them on the picturebox. At the same time I change the size of the picturebox according to scale.
Now my problem is, it seems that the picturebox has limitations in size. I can't make it bigger than 32767.
Can anyone give me some ideas, is there any way to get around this limitation ?
Thanks