GM_Utility .SetBackgroundColor Method |
Sets the color to be used for background pixels when drawing and exporting
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public static Color SetBackgroundColor(
Color aBgColor
)
Parameters
- aBgColor
-
Type:
System.Drawing
.
Color
(COLORREF) IN: background color to set (AARRGGBB)
Return Value
Type: ColorThe Previous BG Color
