Click or drag to resize

LabelPlotStylePaint(IGraphicsContext3D, String, Double, IMaterial, IMaterial) Method

Paints one label.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Paint(
	IGraphicsContext3D g,
	string label,
	double symbolSize,
	IMaterial variableTextBrush,
	IMaterial? variableBackBrush
)

Parameters

g  IGraphicsContext3D
label  String
symbolSize  Double
The symbol size used to calculate the offset.
variableTextBrush  IMaterial
If not null, this argument provides the text brush that should be used now. If null, then the _material is used instead.
variableBackBrush  IMaterial
See Also