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.3572.0 (4.8.3572.0)
Syntax
C#
public void Paint(
	IGraphicsContext3D g,
	string label,
	double symbolSize,
	IMaterial variableTextBrush,
	IMaterial? variableBackBrush
)

Parameters

g  IGraphicsContext3D
The graphics context used to paint the label.
label  String
The text of the label to paint.
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
The background brush to use for the label, or to use the configured background style.
See Also