Click or drag to resize

TextGraphicMeasureBackground Method

Measures the background layout for the current text content.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void MeasureBackground(
	IGraphicsContext3D g,
	double itemSizeX,
	double itemSizeY,
	double itemSizeZ
)

Parameters

g  IGraphicsContext3D
The graphics context used for measurement.
itemSizeX  Double
The measured text width.
itemSizeY  Double
The measured text height.
itemSizeZ  Double
The measured text depth.
See Also