Click or drag to resize

PlotItemCollectionPaint 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 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. Can be null.

Implements

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