Click or drag to resize

GM_RasterLayoutFlags_t32 Enumeration

This is a set of bit flags for custom raster layers

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public enum GM_RasterLayoutFlags_t32
Members
  Member nameValueDescription
RasterLayout_BGROrder1Color bands are in order BGR rather than RGB
RasterLayout_AlphaPresent2An alpha band is present. Use mAlphaBandIdx in GM_RasterLayout_t to specify band index.
RasterLayout_CopyData4Make copy of data so that caller doesn't have to keep buffer around
RasterLayout_ColMajorOrder8Data is in column-major order rather than row-major
RasterLayout_ReverseRows16Data goes from bottom-to-top rather than top-to-bottom
RasterLayout_ReverseCols32Data goes from right-to-left rather than left-to-right
See Also