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