You are here: Start » AVL.NET » Heatmap Constructor

Heatmap Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

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

Parameters

Name Type Range Default Description
widthint
heightint
typeAvl.PlainType
depthint
inRoiAtl.Optional<Avl.Region>
heatmapThresholdsAvl.HeatmapThresholds

See also