Click or drag to resize

IGraphicsContext3DDrawString(String, FontX3D, IMaterial, PointD3D) Method

Draws a string using default alignment.

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
)

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.
See Also