DensityImagePlotStylePaint(Graphics, IPlotArea, Object) Method |
Paints the density image for the specified plot object.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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