Click or drag to resize

IGPlotItemPaintPreprocessing Method

Called before painting takes place.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void PaintPreprocessing(
	IPaintContext context
)

Parameters

context  IPaintContext
The painting context.
See Also