Click or drag to resize

LabelFormattingBaseMeasuredLabelItem Constructor

Initializes a new instance of the LabelFormattingBaseMeasuredLabelItem class.

Namespace: Altaxo.Graph.Graph3D.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public MeasuredLabelItem(
	IGraphicsContext3D g,
	FontX3D font,
	string itemtext
)

Parameters

g  IGraphicsContext3D
The graphics context.
font  FontX3D
The font.
itemtext  String
The label text.
See Also