Click or drag to resize

IGraphicsContext3DMeasureString Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D.MeasureString(System.String,Altaxo.Drawing.D3D.FontX3D,Altaxo.Geometry.PointD3D)"]


Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
VectorD3D MeasureString(
	string text,
	FontX3D font,
	PointD3D pointD3D
)

Parameters

text  String

[Missing <param name="text"/> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D.MeasureString(System.String,Altaxo.Drawing.D3D.FontX3D,Altaxo.Geometry.PointD3D)"]

font  FontX3D

[Missing <param name="font"/> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D.MeasureString(System.String,Altaxo.Drawing.D3D.FontX3D,Altaxo.Geometry.PointD3D)"]

pointD3D  PointD3D

[Missing <param name="pointD3D"/> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D.MeasureString(System.String,Altaxo.Drawing.D3D.FontX3D,Altaxo.Geometry.PointD3D)"]

Return Value

VectorD3D

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D.MeasureString(System.String,Altaxo.Drawing.D3D.FontX3D,Altaxo.Geometry.PointD3D)"]

See Also