Click or drag to resize

GraphicBasePaintPreprocessing Method

Is called before the paint procedure is executed.

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

Parameters

context  IPaintContext
The paint context.

Implements

IGraphicBasePaintPreprocessing(IPaintContext)
See Also