ILabelFormattingGetMeasuredItems Method |
Measured a couple of items and prepares them for being drawn.
Namespace: Altaxo.Graph.Gdi.LabelFormattingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IMeasuredLabelItem[] GetMeasuredItems(
Graphics g,
FontX font,
StringFormat strfmt,
AltaxoVariant[] items
)
Parameters
- g Graphics
- Graphics context.
- font FontX
- Font used.
- strfmt StringFormat
- String format used.
- items AltaxoVariant
- Array of items to be drawn.
Return Value
IMeasuredLabelItemAn array of
IMeasuredLabelItem that can be used to determine the size of each item and to draw it.
See Also