Click or drag to resize

DensityImagePlotStylePaint(Graphics, IPlotArea, Object) Method

Paints the density image for the specified plot object.

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,
	Object plotObject
)

Parameters

gfrx  Graphics
The graphics context.
gl  IPlotArea
The plot layer.
plotObject  Object
The plot data object.
See Also