You are here: Start » AVL.NET » Heatmap Constructor
Heatmap Constructor
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public Heatmap ( int width, int height, int pitch, AvlNet.PlainType type, int depth, System.IntPtr data, NullableRef<AvlNet.Region> inRoi, AvlNet.HeatmapThresholds inHeatmapThresholds )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| width | int | ||||
| height | int | ||||
| pitch | int | ||||
| type | AvlNet.PlainType | ||||
| depth | int | ||||
| data | System.IntPtr | ||||
![]() | inRoi | AvlNet.NullableRef<AvlNet.Region> | |||
![]() | inHeatmapThresholds | AvlNet.HeatmapThresholds |

