Click or drag to resize

LabelFormattingBaseMeasureItem Method

Measures the item, i.e. returns the size of the item.

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

Parameters

g  IGraphicsContext3D
Graphics context.
font  FontX3D
The font that is used to draw the item.
mtick  AltaxoVariant
The item to draw.
morg  PointD3D
The location the item will be drawn.

Return Value

VectorD3D
The size of the item if it would be drawn.

Implements

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