Click or drag to resize

DensityImagePlotStyleGetPixelwiseImage Method

Gets a pixelwise image of the matrix data, i.e. each element of the matrix is converted to a pixel of the resulting bitmap.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void GetPixelwiseImage(
	IROMatrix<double> matrix,
	ref Bitmap image
)

Parameters

matrix  IROMatrixDouble
The matrix data.
image  Bitmap
Bitmap to fill with the pixelwise image. If null, a new image is created.
Exceptions
ExceptionCondition
ArgumentExceptionAn exception will be thrown if the provided image is smaller than the required dimensions.
See Also