TextGraphicPaint(IGraphicsContext3D, IPaintContext, Boolean) Method |
Paints the text graphic.
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Paint(
IGraphicsContext3D g,
IPaintContext paintContext,
bool bForPreview
)
Parameters
- g IGraphicsContext3D
- The graphics context.
- paintContext IPaintContext
- The paint context.
- bForPreview Boolean
- If set to true, paints in preview mode.
See Also