Click or drag to resize

DensityImagePlotStylePaint(Graphics, IPlotArea, IROMatrixDouble, IReadOnlyListDouble, IReadOnlyListDouble) Method

Paints the density image from matrix data and logical coordinates.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Paint(
	Graphics gfrx,
	IPlotArea gl,
	IROMatrix<double> matrix,
	IReadOnlyList<double> logicalRowHeaderValues,
	IReadOnlyList<double> logicalColumnHeaderValues
)

Parameters

gfrx  Graphics
The graphics context.
gl  IPlotArea
The plot layer.
matrix  IROMatrixDouble
The matrix values.
logicalRowHeaderValues  IReadOnlyListDouble
The logical row coordinates.
logicalColumnHeaderValues  IReadOnlyListDouble
The logical column coordinates.
See Also