TextGraphicMeasureBackground Method |
Measures the background layout for the current text content.
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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