IGraphicsContext3DMeasureString Method |
Measures a text string in 3D space.
Namespace: Altaxo.Graph.Graph3D.GraphicsContextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxVectorD3D MeasureString(
string text,
FontX3D font,
PointD3D pointD3D
)
Parameters
- text String
- The text to measure.
- font FontX3D
- The font used for the measurement.
- pointD3D PointD3D
- The reference point for the measurement.
Return Value
VectorD3DThe measured size of the text.
See Also