IGraphicBasePaintPreprocessing Method |
Is called before the object is paint. The object should not change during this call, and temporary objects that are needed for painting should be
stored in the paint context.
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void PaintPreprocessing(
IPaintContext context
)
Parameters
- context IPaintContext
- The paint context.
See Also