Click or drag to resize

TextGraphicMeasureBackground Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.Shapes.TextGraphic.MeasureBackground(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,System.Double,System.Double,System.Double)"]


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

Parameters

g  IGraphicsContext3D

[Missing <param name="g"/> documentation for "M:Altaxo.Graph.Graph3D.Shapes.TextGraphic.MeasureBackground(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,System.Double,System.Double,System.Double)"]

itemSizeX  Double

[Missing <param name="itemSizeX"/> documentation for "M:Altaxo.Graph.Graph3D.Shapes.TextGraphic.MeasureBackground(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,System.Double,System.Double,System.Double)"]

itemSizeY  Double

[Missing <param name="itemSizeY"/> documentation for "M:Altaxo.Graph.Graph3D.Shapes.TextGraphic.MeasureBackground(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,System.Double,System.Double,System.Double)"]

itemSizeZ  Double

[Missing <param name="itemSizeZ"/> documentation for "M:Altaxo.Graph.Graph3D.Shapes.TextGraphic.MeasureBackground(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,System.Double,System.Double,System.Double)"]

See Also