|
| Bitmap32Data (int w, int h) |
|
| Bitmap32Data (int w, int h, uint[] data) |
|
| Bitmap32Data (BitmapSource bm) |
|
override double | GetValue (int index) |
|
override void | SetValue (int index, double value) |
|
override bool | FromBitmapSource (BitmapSource bm) |
|
override BitmapSource | ToBitmapSource () |
|
void | ReverseEndian () |
|
void | Fill (uint color) |
|
void | PremultAlpha () |
|
void | UnPremultAlpha () |
|
void | FlipVertical () |
|
bool | CopyFrom (Bitmap32Data bm, uint alpha) |
|
void | CopyWithAlpha (Bitmap32Data bm) |
|
bool | BlendWidth (Bitmap32Data bm, uint alpha) |
|
bool | WritePPM (string filename, bool bgr=true) |
|
bool | WriteAlphaPGM (string filename) |
|
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.
|
|
|
override string | BitmapType [get] |
|
uint[] | Data [get] |
|
override int | MemSize [get] |
|
override Array | DataArray [get] |
|
override int | Stride [get] |
|
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.
|
|
◆ FromBitmapSource()
override bool TPG.BitmapUtils.Bitmap32Data.FromBitmapSource |
( |
BitmapSource |
bm | ) |
|
|
inlinevirtual |
◆ GetValue()
override double TPG.BitmapUtils.Bitmap32Data.GetValue |
( |
int |
index | ) |
|
|
inlinevirtual |
◆ SetValue()
override void TPG.BitmapUtils.Bitmap32Data.SetValue |
( |
int |
index, |
|
|
double |
value |
|
) |
| |
|
inlinevirtual |
◆ ToBitmapSource()
override BitmapSource TPG.BitmapUtils.Bitmap32Data.ToBitmapSource |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file:
- Src/Libraries/TPG.BitmapUtils/Bitmap32Data.cs