HostLayerPaintInternal Method |
Internal Paint routine. The graphics state saving and transform is already done here!
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual void PaintInternal(
IGraphicsContext3D g,
IPaintContext context
)
Parameters
- g IGraphicsContext3D
- The graphics context
- context IPaintContext
- The paint context.
See Also