IG2DPlotStylePaint Method |
Paints the style.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void Paint(
Graphics g,
IPlotArea layer,
Processed2DPlotData pdata,
Processed2DPlotData? prevItemData,
Processed2DPlotData? nextItemData
)
Parameters
- g Graphics
- The graphics.
- layer IPlotArea
- Area to plot to
- pdata Processed2DPlotData
- The preprocessed plot data used for plotting.
- prevItemData Processed2DPlotData
- Plot data of the previous plot item.
- nextItemData Processed2DPlotData
- Plot data of the next plot item.
See Also