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.3179.0 (4.8.3179.0)
Syntax
C#
public MeasuredLabelItem(
	IGraphicsContext3D g,
	FontX3D font,
	string itemtext
)

Parameters

g  IGraphicsContext3D

[Missing <param name="g"/> documentation for "M:Altaxo.Graph.Graph3D.LabelFormatting.LabelFormattingBase.MeasuredLabelItem.#ctor(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Drawing.D3D.FontX3D,System.String)"]

font  FontX3D

[Missing <param name="font"/> documentation for "M:Altaxo.Graph.Graph3D.LabelFormatting.LabelFormattingBase.MeasuredLabelItem.#ctor(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Drawing.D3D.FontX3D,System.String)"]

itemtext  String

[Missing <param name="itemtext"/> documentation for "M:Altaxo.Graph.Graph3D.LabelFormatting.LabelFormattingBase.MeasuredLabelItem.#ctor(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Drawing.D3D.FontX3D,System.String)"]

See Also