Click or drag to resize

DensityImagePlotStylePaint Method

Paint the density image in the layer.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Paint(
	Graphics gfrx,
	IPlotArea gl,
	Object plotObject
)

Parameters

gfrx  Graphics
The graphics context painting in.
gl  IPlotArea
The layer painting in.
plotObject  Object
The data to plot.
See Also