You are here: Start » Heatmap Constructor

Heatmap Constructor

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

public Heatmap
(
	int width,
	int height,
	Fil.PlainType type,
	int depth,
	Optional<Fil.Region> inRoi,
	Fil.HeatmapThresholds heatmapThresholds
)

Parameters

Name Type Range Default Description
widthint
heightint
typeFil.PlainType
depthint
inRoiFtl.Optional<Fil.Region>
heatmapThresholdsFil.HeatmapThresholds

See also