Click or drag to resize

IGraphicsContext3DDrawString(String, FontX3D, IMaterial, PointD3D, Alignment, Alignment, Alignment) Method

Draws a string with explicit alignments.

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void DrawString(
	string text,
	FontX3D font,
	IMaterial brush,
	PointD3D point,
	Alignment alignmentX,
	Alignment alignmentY,
	Alignment alignmentZ
)

Parameters

text  String
The text to draw.
font  FontX3D
The font used to draw the text.
brush  IMaterial
The material used to draw the text.
point  PointD3D
The reference point of the text.
alignmentX  Alignment
The horizontal alignment.
alignmentY  Alignment
The vertical alignment.
alignmentZ  Alignment
The depth alignment.
See Also