GM_UtilitySetOrientation Method |
Allows for drawing data with a direction other than north to the top of
the screen for most projections. A value of 0.0 is the default and
implies no rotation. Technically, the orientation value is the number
of degrees to rotate the rendered data counter-clockwise.
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 SetOrientation(
double aOrientation
)
Public Shared Function SetOrientation (
aOrientation As Double
) As GM_Error_t32
public:
static GM_Error_t32 SetOrientation(
double aOrientation
)
Parameters
- aOrientation
- Type: SystemDouble
Orientation of bitmap (0 is north up, 90 is east up, 180 is south up, 270 is west up)
Return Value
Type:
GM_Error_t32A GM Error Code
See Also