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.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void GetPixelwiseImage(
ref Bitmap?? image
)
Parameters
- image Bitmap
- Bitmap to fill with the plot image. If null, a new image is created.
Exceptions Exception | Condition |
---|
ArgumentException | An exception will be thrown if the provided image is smaller than the required dimensions. |
See Also