Click or drag to resize

TextGraphicPaint(Graphics, IPaintContext, Boolean) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Shapes.TextGraphic.Paint(System.Drawing.Graphics,Altaxo.Graph.IPaintContext,System.Boolean)"]


Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Paint(
	Graphics g,
	IPaintContext paintContext,
	bool bForPreview
)

Parameters

g  Graphics

[Missing <param name="g"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.TextGraphic.Paint(System.Drawing.Graphics,Altaxo.Graph.IPaintContext,System.Boolean)"]

paintContext  IPaintContext

[Missing <param name="paintContext"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.TextGraphic.Paint(System.Drawing.Graphics,Altaxo.Graph.IPaintContext,System.Boolean)"]

bForPreview  Boolean

[Missing <param name="bForPreview"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.TextGraphic.Paint(System.Drawing.Graphics,Altaxo.Graph.IPaintContext,System.Boolean)"]

See Also