Click or drag to resize

IGraphicBasePaintPreprocessing Method

Is called before the object is paint. The object should not change during this call, and temporary objects that are needed for painting should be stored in the paint context.

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

Parameters

context  IPaintContext
The paint context.
See Also