Click or drag to resize

TextGraphicPaint(IGraphicsContext3D, IPaintContext, Boolean) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.Shapes.TextGraphic.Paint(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Graph.IPaintContext,System.Boolean)"]


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

Parameters

g  IGraphicsContext3D

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

paintContext  IPaintContext

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

bForPreview  Boolean

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

See Also