Global Mapper SDK
GM_GetLastDrawnMapBounds
Gets the most recently drawn map bounds (only supported in Global Mapper Extension SDK)
Syntax
C++
Copy
GM_Error_t32 GM_GetLastDrawnMapBounds
(
GM_Rectangle_t* aWorldBounds, // OUT: World bounds of last drawn view
GM_PixelRect_t* aPixelRect // OUT: Pixel bounds of last drawn view
);