Click or drag to resize

GraphicsContext3DBaseDrawString(String, FontX3D, IMaterial, PointD3D) Method

Draws text at the specified position.

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

Parameters

text  String
The text to draw.
font  FontX3D
The font.
brush  IMaterial
The text material.
point  PointD3D
The drawing position.

Implements

IGraphicsContext3DDrawString(String, FontX3D, IMaterial, PointD3D)
See Also