LabelFormattingBaseMeasuredLabelItem Constructor |
Namespace: Altaxo.Graph.Gdi.LabelFormattingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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