Click or drag to resize

DataMeshPlotItemGetPixelwiseImage(Bitmap) 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.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void GetPixelwiseImage(
	ref Bitmap?? image
)

Parameters

image  Bitmap
Bitmap to fill with the plot 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