Home -
General /
All posts - How to get the coordinates of the four corners of map in screen?
|
I need to create a polygon base on the map in screen (IMS) to extract data from database. How to get the coordinates of the four corners? Thank you.
|
|
Look at the map's Box property (a Rect object), and at the XMin, YMin, XMax, YMax properties of the Rect.
|