Answer the question
In order to leave comments, you need to log in
Is it possible to scale the contents of a picturebox?
Good afternoon!
For the diploma, I am writing a program that receives the coordinates of a certain area as input. Those. we have a certain plane bounded by points (which we get at the input), an example in the figure:
Each coordinate is taken from the map of the area, i.e. in the format "latitude and longitude", as I understand it. An example of points (from a test file):
Answer the question
In order to leave comments, you need to log in
picturebox is a SMALL window into which you view a BIG map (like "Earth in the window"). Those. you have a high-resolution map, you load this map into some kind of bitmap, and from there you copy the desired piece as you move along the map. Of course, this piece needs to be scaled, only the scale is not increased, but reduced. If the map is very large, you can divide it into several parts and load the necessary parts as you go.
PS If you really need it, I can implement it for a small fee in Delphi or Lazarus
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question