Click or drag to resize

NumericLabelFormattingScientificMeasureItem Method

Measures the specified item.

Namespace: Altaxo.Graph.Graph3D.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override VectorD3D MeasureItem(
	IGraphicsContext3D g,
	FontX3D font,
	AltaxoVariant mtick,
	PointD3D morg
)

Parameters

g  IGraphicsContext3D
The graphics context used for measurement.
font  FontX3D
The font used for measurement.
mtick  AltaxoVariant
The value to measure.
morg  PointD3D
The measurement origin.

Return Value

VectorD3D
The measured size of the formatted label.

Implements

ILabelFormattingMeasureItem(IGraphicsContext3D, FontX3D, AltaxoVariant, PointD3D)
See Also