You are here: Start » Heatmap Constructor
Heatmap Constructor
Constructor used for creating wrappers on existing image data.
Namespace: | Fil |
---|---|
Assembly: | FilNet.Types.dll |
Syntax
public Heatmap ( int width, int height, int pitch, Fil.PlainType type, int depth, System.IntPtr data, Optional<Fil.Region> inRoi, Fil.HeatmapThresholds inHeatmapThresholds )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
width | int | ||||
height | int | ||||
pitch | int | ||||
type | Fil.PlainType | ||||
depth | int | ||||
data | System.IntPtr | ||||
![]() | inRoi | Ftl.Optional<Fil.Region> | |||
![]() | inHeatmapThresholds | Fil.HeatmapThresholds |