GM_DrawFlags_t32 Enumeration |
Flags to control the GM_DrawLayerList and GM_DrawPackageList operations
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public enum GM_DrawFlags_t32

Member name | Value | Description | |
---|---|---|---|
DrawFlags_BestRasterLayers | 1 | Only draw the best raster layers for this zoom scale | |
DrawFlags_BestRasterLayersHiRes | 3 | Same as DrawFlags_BestRasterLayers, only it shows higher resolution layers a bit sooner | |
DrawFlags_LowResRasterLayers | 2 | Only draw the lowest resolution raster layers | |
DrawFlags_HiResRasterLayers | 4 | Only draw the highest resolution raster layers | |
DrawFlags_BestRasterChart | 5 | Only draw the best raster chart (this is tuned for marine chart display) | |
DrawFlags_EraseBackground | 256 | Erase the background with the current background color (GM_Utility.SetBackgroundColor) | |
DrawFlags_HideAreas | 512 | Do not draw any area features from vector layers | |
DrawFlags_HideLines | 1024 | Do not draw any line features from vector layers | |
DrawFlags_HidePoints | 2048 | Do not draw any point features from vector layers | |
DrawFlags_SeparateVectorLayers | 4096 | Draw each vector separately rather than drawing all at once. | |
DrawFlags_HideLabels | 8192 | Do not label any rendered features | |
DrawFlags_DontMaintainAspectRatio | 16384 | Do NOT maintain the aspect ratio when drawing (this allows stretched views) | |
DrawFlags_HidePartialLabels | 32768 | Hide labels that are not entirely in the draw window | |
DrawFlags_ShowRenderProgress | 65536 | Show render progress dialog or call progress callback if provided | |
DrawFlags_HideExtraIconText | 131072 | Hide any extra text shown below road icons | |
DrawFlags_HideNonIconRoadLabels | 262144 | Hide any road line labels that are not iconized | |
DrawFlags_RenderVertices | 524288 | Render vertices for area and line features | |
DrawFlags_IncrementalRender | 1048576 | Do an incremental render so that draw progress can be seen as layers complete rendering | |
DrawFlags_NoAutoInterpolation | 2097152 | Disable automatic interpolation of rasters at intermediate zoom ranges (results in faster renders w/ less quality) | |
DrawFlags_DrawMapLayoutLayers | 4194304 | Render any map layout layers that are enabled, like elevation legend, distance scale, feature legend, margins, and north arrow | |
DrawFlags_Hide3DFeatures | 8388608 | Don't draw any 3D features on the 2D map | |
DrawFlags_NoValidBgColorPixels | 16777216 | If set ensures that no valid pixels in the output will have the background color. This means rendered pixels that would have that color are adjusted by 1 so they don't exactly match. | |
DrawFlags_OnlyLoadedLayers | 33554432 | Don't load new maps in map catalog for this draw if set | |
DrawFlags_HideSelFeatures | 67108864 | Don't draw any selected features on the 2D map | |
DrawFlags_IgnoreTypeFilter | 134217728 | Ignore any current draw filters and just draw all vector features (subject to 'deleted' flag) | |
DrawFlags_RasterMask | 7 | Mask for raster draw options |
