| 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.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic 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
Exceptions| Exception | Condition | 
|---|
| ArgumentException | An exception will be thrown if the provided image is smaller than the required dimensions. | 
 See Also
See Also