Click or drag to resize

MultiLineLabelFormattingBaseGetMeasuredItems Method

Measures a couple of items and prepares them for being drawn.

Namespace: Altaxo.Graph.Graph3D.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override IMeasuredLabelItem[] GetMeasuredItems(
	IGraphicsContext3D g,
	FontX3D font,
	AltaxoVariant[] items
)

Parameters

g  IGraphicsContext3D
Graphics context.
font  FontX3D
Font used.
items  AltaxoVariant
Array of items to be drawn.

Return Value

IMeasuredLabelItem
An array of IMeasuredLabelItem that can be used to determine the size of each item and to draw it.

Implements

ILabelFormattingGetMeasuredItems(IGraphicsContext3D, FontX3D, AltaxoVariant)
See Also