Click or drag to resize

DensityImagePlotItemGetPixelwiseImage Method

Gets a pixelwise image of the data. Horizontal or vertical axes are not taken into accout. The horizontal dimension of the image is associated with the columns of the data table. The vertical dimension of the image is associated with the rows of the data table.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Bitmap GetPixelwiseImage()

Return Value

Bitmap
Bitmap with the plot image.
See Also