GM_RasterLayout_t Class |
This type represents layout information for a new custom raster layer

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

C#
public class GM_RasterLayout_t
The GM_RasterLayout_t type exposes the following members.

Name | Description | |
---|---|---|
![]() | GM_RasterLayout_t |
Default Constructor
|

Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object .) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() | GetHashCode | Serves as a hash function for a particular type.
(Inherited from
Object
.)
|
![]() | GetType | Gets the type of the current instance.
(Inherited from
Object
.)
|
![]() | MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() | ToString | Returns a string that represents the current object.
(Inherited from
Object
.)
|

Name | Description | |
---|---|---|
![]() | mAlphaBandIdx | 0-based alpha channel band index (usually 0 or 3). Ignored unless GM_RasterLayout_AlphaPresent flag is set. |
![]() | mBitsPerBand | Number of bits per band of data (usually 8) |
![]() | mBytesPerRow | Number of bytes per row of data in data buffer. If 0 this will be calculated for you. |
![]() | mFlags | General flags for layout. |
![]() | mNumBands | Number of bands of data (usually 1 for grayscale or 3 for RGB) |
![]() | mPalette | Array of colors for palette (set to NULL for no palette) |
![]() | mPixelHeight | Number of pixels in the y direction |
![]() | mPixelWidth | Number of pixels in the x direction |
![]() | mTopLeft | Ground coordinates of top left corner of the top left pixel |
![]() | mXPixelSize | Size of each pixel in the x direction |
![]() | mYPixelSize | Size of each pixel in the y direction |
