Maria GDK 4.7.0.84
Documentation of managed code in develop branch
Loading...
Searching...
No Matches
TPG.BitmapUtils Namespace Reference

Classes

class  Bitmap32Data
 
class  Bitmap32DataFactory
 
class  BitmapByteData
 
class  BitmapCompressedData
 
class  BitmapData
 
class  BitmapDXT1Data
 
class  BitmapDXT1DataFactory
 
class  BitmapFloatData
 
class  BitmapFloatDataFactory
 
class  BitmapServiceFormats
 
class  BitmapShortData
 
class  BitmapShortDataFactory
 
class  BitmapTypeCodes
 
class  DummyBitmap
 
interface  IBitmapDataFactory
 
interface  IBitmapDataManager
 
interface  IBitmapDataPool
 
interface  IBitmapInterpolation
 
interface  IElevationGrid
 Interface for elevation data rasters. More...
 

Enumerations

enum  BitmapInterpolationMethod { Nearest , Bilinear }
 

Enumeration Type Documentation

◆ BitmapInterpolationMethod

Enumerator
Nearest 

Nearest point interpolation. The closest pixel to the sample point is returned.

Bilinear 

Bilinear interpolation. The returned point is a blend of the four closest points.