- globalmapper.GetLastDrawnMapBoundsEx(uint32 aReserved=0) GM_Error_t32, GM_Rectangle_t, GM_PixelRect_t, GM_RotatedRect_t[source]
-
Gets the most recently drawn map bounds, including rotation (only supported in Global Mapper Extension SDK)
- Parameters:
-
aReserved (uint32) – Reserved for future use; defaults to 0
- Returns:
-
Error Code
- Return type:
-
GM_Error_t32
- Returns:
-
World bounds of last drawn view
- Return type:
- Returns:
-
Pixel bounds of last drawn view
- Return type:
- Returns:
-
World bounds of last drawn view rotated
- Return type:
Example
The following is an example of GetLastDrawnMapBoundsEx.
err_GetLastDrawnMapBoundsEx, rect, pixel_rect, rotated_rect = gm.GetLastDrawnMapBoundsEx(0)
Comments
0 comments
Please sign in to leave a comment.