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

Heatmap Class

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

Constructors

 ConstructorDescription
Heatmap(Image, Int32, Int32, Int32)
Heatmap(Int32, Int32, Int32, PlainType, Int32, IntPtr)
Heatmap(Int32, Int32, Int32, PlainType, Int32, IntPtr, NullableRef<Region>, HeatmapThresholds)
Heatmap(Image)
Heatmap(Image, HeatmapThresholds)
Heatmap(Int32, Int32, PlainType, Int32, NullableRef<Region>)
Heatmap(Int32, Int32, PlainType, Int32, NullableRef<Region>, HeatmapThresholds)
Heatmap(HeatmapThresholds)
Heatmap(Heatmap)Creates a deep copy of the passed object.
Heatmap()

Properties

 NameTypeDescription
HeatmapThresholdsAvlNet.HeatmapThresholds
IsDisposedSystem.Boolean
LowerThresholdSystem.Int32
MiddleThresholdSystem.Int32
UpperThresholdSystem.Int32

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(AvlNet.Heatmap)
Equals(object)Inherited from System.Object
Equals(AvlNet.Heatmap, AvlNet.Heatmap)
GetHashCode()Inherited from System.Object
GetImage()
GetType()Inherited from System.Object
Reset(AvlNet.Heatmap)Resets this instance with data of the other Heatmap object.
ToString()Inherited from System.Object

See also