|
abstract bool | FromBitmapSource (BitmapSource bm) |
|
abstract BitmapSource | ToBitmapSource () |
|
double | GetValue (int x, int y) |
| Get an elevation value for the pixel coordinates x,y.- Parameters
-
- Returns
|
|
abstract double | GetValue (int index) |
|
void | SetValue (int x, int y, double value) |
|
abstract void | SetValue (int index, double value) |
|
double | GetValue (int x, int y) |
| Get an elevation value for the pixel coordinates x,y.
|
|
|
int | Width [get, protected set] |
|
int | Height [get, protected set] |
|
bool | PixelIsArea [get, set] |
|
bool | NoAlpha [get, set] |
|
int | NoData [get, set] |
| Special elevation value indicating no data for this area.
|
|
double | MaxElevation [get, set] |
| Maximum elevation value for the data set.
|
|
abstract string | BitmapType [get] |
|
abstract int | MemSize [get] |
|
abstract Array | DataArray [get] |
|
abstract int | Stride [get] |
|
int | Width [get] |
|
int | Height [get] |
|
int | NoData [get, set] |
| Special elevation value indicating no data for this area.
|
|
double | MaxElevation [get] |
| Maximum elevation value for the data set.
|
|
◆ GetValue()
double TPG.BitmapUtils.BitmapData.GetValue |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inline |
◆ Height
int TPG.BitmapUtils.BitmapData.Height |
|
getprotected set |
◆ MaxElevation
double TPG.BitmapUtils.BitmapData.MaxElevation |
|
getset |
◆ NoData
int TPG.BitmapUtils.BitmapData.NoData |
|
getset |
◆ Width
int TPG.BitmapUtils.BitmapData.Width |
|
getprotected set |
The documentation for this class was generated from the following file:
- Src/Libraries/TPG.BitmapUtils/BitmapData.cs