Global Mapper SDK
GM_RecenterMapDisplay
Centers the map display at the specified point (only supported in Global Mapper Extension SDK)
Syntax
C++
Copy
GM_Error_t32 __stdcall GM_RecenterMapDisplay
(
GM_Point_t* aCenterPoint // IN: the new center point for the display in the current projection
);