Click or drag to resize

TextGraphic(PointD2D, String, FontX, NamedColor) Constructor

Initializes a new instance of the TextGraphic class.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public TextGraphic(
	PointD2D graphicPosition,
	string text,
	FontX textFont,
	NamedColor textColor
)

Parameters

graphicPosition  PointD2D
The graphic position.
text  String
The text.
textFont  FontX
The text font.
textColor  NamedColor
The text color.
See Also