globalmapper.GetLastDrawnMapBoundsEx ==================================== .. currentmodule:: globalmapper .. py:function:: GetLastDrawnMapBoundsEx (int aReserved) -> GM_Error_t32, GM_Rectangle_t, GM_PixelRect_t, GM_RotatedRect_t Gets the most recently drawn map bounds, including rotation (only supported in Global Mapper Extension SDK) :param int aReserved: Reserved for future use; must be 0. :returns: Error Code :rtype: GM_Error_t32 :return: World bounds of last drawn view :rtype: GM_Rectangle_t :return: Pixel bounds of last drawn view :rtype: GM_PixelRect_t :return: World bounds of last drawn view rotated :rtype: GM_RotatedRect_t