PixelData {Microsoft.VisualBasic.Imaging.Drawing2D.HeatMap} | .NET clr documentation |
A pixel spot object associate [x,y] with intensity scale data
# namespace Microsoft.VisualBasic.Imaging.Drawing2D.HeatMap
export class PixelData extends ValueType {
isEmpty: boolean;
Scale: double;
X: integer;
Y: integer;
}