Click or drag to resize

HostLayerPaintInternal Method

Internal Paint routine. The graphics state saving and transform is already done here!

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void PaintInternal(
	Graphics g,
	IPaintContext context
)

Parameters

g  Graphics
The graphics context
context  IPaintContext
The paint context.
See Also