Click or drag to resize

GM_UtilitySetBackgroundColor Method

Sets the color to be used for background pixels when drawing and exporting

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static Color SetBackgroundColor(
	Color aBgColor
)

Parameters

aBgColor
Type: System.DrawingColor
(COLORREF) IN: background color to set (AARRGGBB)

Return Value

Type: Color
The Previous BG Color
See Also