Click or drag to resize

LabelFormattingBaseMeasuredLabelItem Constructor

Initializes a new instance of the LabelFormattingBaseMeasuredLabelItem class.

Namespace: Altaxo.Graph.Gdi.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public MeasuredLabelItem(
	Graphics g,
	FontX font,
	StringFormat strfmt,
	string itemtext
)

Parameters

g  Graphics
The graphics object used to measure the label.
font  FontX
The font used for measurement.
strfmt  StringFormat
The string format used for measurement.
itemtext  String
The label text.
See Also