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

Heatmap Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

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

Parameters

Name Type Range Default Description
widthint
heightint
typeAvlNet.PlainType
depthint
inRoiAvlNet.NullableRef<AvlNet.Region>
heatmapThresholdsAvlNet.HeatmapThresholds

See also