I have created a graph(map) using graphics.h in C. Just to mentioned I have coordinate location of each and every point on the map.
How can I zoom in to the particular area selected by the user ?
Secondly, how can I zoom in around a particular point(selected by the user) on the graph(map) ?