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
widthint
heightint
pitchint
typeAvlNet.PlainType
depthint
dataSystem.IntPtr
inRoiAvlNet.NullableRef<AvlNet.Region>
inHeatmapThresholdsAvlNet.HeatmapThresholds

See also