GM_Utility .DrawGridLines Method
Draws grid lines (either lat/lon or in the view projection) for the specified location.

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public static GM_Error_t32 DrawGridLines(
    IntPtr aDC,
    bool aLatLonGrid,
    double aGridSpacing,
    GM_Rectangle_t aWorldBounds,
    int aLeftPixel,
    int aTopPixel,
    int aPixelWidth,
    int aPixelHeight
)
See Also