A 2-dimensional, color-mapped representation of 3-dimensional data. ColorMappedImageView sacrifices type safety in the name of performance. It accepts data either as a 2D array or as a RawDataArray, which allows avoiding intermediate conversion of raw data.
More...
|
| override IEnumerable | Data [get, set] |
| | Gets or sets either a RawDataArray or 2-dimensional data array of bytes, ints, or floats. More...
|
| |
| new RectangleF | DataRange [get, set] |
| | A RectangleF defining the numeric values of the horizontal and vertical axes. More...
|
| |
| virtual IEnumerable | Data [get, set] |
| | Gets or sets a data array. More...
|
| |
| IEnumerable | ScaledData [get, set] |
| | The Data, scaled into an array of bytes using the ColorMapRange More...
|
| |
| ShapeFBase | DataRange [get, set] |
| | An ShapeFBase defining the numeric values of the horizontal and vertical axes. More...
|
| |
| RectangleF | ViewRectangle [get, set] |
| | A RectangleF defining the portion of data actually visible, More...
|
| |
| Color[] | ColorMap [get, set] |
| | An array of Colors defining how the data are displayed. More...
|
| |
|
| void | Update () |
| | Update the ViewRender that is rendering this view. More...
|
| |
A 2-dimensional, color-mapped representation of 3-dimensional data. ColorMappedImageView sacrifices type safety in the name of performance. It accepts data either as a 2D array or as a RawDataArray, which allows avoiding intermediate conversion of raw data.
| readonly BindableProperty Durwella.Unplugged.Viz.ColorMappedImageView.DataProperty |
|
static |
BindableProperty for the Data property.
| readonly new BindableProperty Durwella.Unplugged.Viz.ColorMappedImageView.DataRangeProperty |
|
static |
| override IEnumerable Durwella.Unplugged.Viz.ColorMappedImageView.Data |
|
getset |
Gets or sets either a RawDataArray or 2-dimensional data array of bytes, ints, or floats.
| new RectangleF Durwella.Unplugged.Viz.ColorMappedImageView.DataRange |
|
getset |
A RectangleF defining the numeric values of the horizontal and vertical axes.
If DataRange is a RectangleF with x = y = width = height = 0, axes will not be displayed.
The documentation for this class was generated from the following file: