Click or drag to resize

HostLayerPaintPreprocessing Method

This function is called by the graph document before _any_ layer is painted. We have to make sure that all of our cached data becomes valid.

Namespace: Altaxo.Graph.Gdi
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