Click or drag to resize

SimpleTextGraphic(PointD2D, String, FontX, Color, Double) Constructor

Initializes a new instance of the SimpleTextGraphic class.

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

Parameters

graphicPosition  PointD2D
The graphic position.
text  String
The text.
textFont  FontX
The text font.
textColor  Color
The text color.
Rotation  Double
The rotation angle.
See Also