GM_UtilityGetLocationColor Method |
Retrieves the color at a given location from a provided layer or from the
list of currently loaded raster and elevation layers (topmost layer first).
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 GetLocationColor(
GM_Layer_t aLayer,
double aXCoord,
double aYCoord,
out GM_Color_t aColor
)
Public Shared Function GetLocationColor (
aLayer As GM_Layer_t,
aXCoord As Double,
aYCoord As Double,
<OutAttribute> ByRef aColor As GM_Color_t
) As GM_Error_t32
public:
static GM_Error_t32 GetLocationColor(
GM_Layer_t^ aLayer,
double aXCoord,
double aYCoord,
[OutAttribute] GM_Color_t% aColor
)
Parameters
- aLayer
- Type: GlobalMapper.TypesGM_Layer_t
IN: Layer to get color from or NULL for topmost - aXCoord
- Type: SystemDouble
IN: X coord in current projection - aYCoord
- Type: SystemDouble
IN: Y coord in current projection - aColor
- Type: GlobalMapper.TypesGM_Color_t
OUT: Color of pixel at location
Return Value
Type:
GM_Error_t32A GM Error Code
See Also