Click or drag to resize

IGPlotItemPaint Method

This paints the plot to the layer.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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.

Return Value

A data object, which can be used by the next plot item for some styles (like fill style).
See Also