Click or drag to resize

SimpleTextGraphic(Double, Double, 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(
	double posX,
	double posY,
	string text,
	FontX textFont,
	Color textColor,
	double Rotation
)

Parameters

posX  Double
The x-position of the graphic.
posY  Double
The y-position of the graphic.
text  String
The text.
textFont  FontX
The text font.
textColor  Color
The text color.
Rotation  Double
The rotation angle.
See Also