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
widthint
heightint
pitchint
typeFil.PlainType
depthint
dataSystem.IntPtr
inRoiFtl.Optional<Fil.Region>
inHeatmapThresholdsFil.HeatmapThresholds

See also