PixelData {BioNovoGene.Analytical.MassSpectrometry.MsImaging} .NET clr documentation

PixelData

Description

a pixels point of [x,y,color]

the property PixelData.intensity value is the Pixel.Scale value that could be used for create heatmap raster data.

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.MsImaging
export class PixelData {
   intensity: double;
   level: double;
   # target m/z of current raster pixel data for rendering
   mz: double;
   # the string tag value could be the sample tag or the cluster region tag data
   sampleTag: string;
   x: integer;
   y: integer;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]