Click or drag to resize

HostLayerPaintInternal Method

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

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

Parameters

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