Click or drag to resize

XYZDensityImagePlotItemPaint Method

This paints the plot to the layer.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override void Paint(
	Graphics g,
	IPaintContext context,
	IPlotArea layer,
	IGPlotItem? previousPlotItem,
	IGPlotItem? nextPlotItem
)

Parameters

g  Graphics
The graphics context.
context  IPaintContext
The painting context.
layer  IPlotArea
The plot layer.
previousPlotItem  IGPlotItem
Previous plot item.
nextPlotItem  IGPlotItem
Next plot item.

Implements

IGPlotItemPaint(Graphics, IPaintContext, IPlotArea, IGPlotItem, IGPlotItem)
See Also