Click or drag to resize

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

Initializes a new instance of the SimpleTextGraphic class

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SimpleTextGraphic(
	double posX,
	double posY,
	string text,
	FontX textFont,
	Color textColor
)

Parameters

posX  Double

[Missing <param name="posX"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.SimpleTextGraphic.#ctor(System.Double,System.Double,System.String,Altaxo.Drawing.FontX,System.Drawing.Color)"]

posY  Double

[Missing <param name="posY"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.SimpleTextGraphic.#ctor(System.Double,System.Double,System.String,Altaxo.Drawing.FontX,System.Drawing.Color)"]

text  String

[Missing <param name="text"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.SimpleTextGraphic.#ctor(System.Double,System.Double,System.String,Altaxo.Drawing.FontX,System.Drawing.Color)"]

textFont  FontX

[Missing <param name="textFont"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.SimpleTextGraphic.#ctor(System.Double,System.Double,System.String,Altaxo.Drawing.FontX,System.Drawing.Color)"]

textColor  Color

[Missing <param name="textColor"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.SimpleTextGraphic.#ctor(System.Double,System.Double,System.String,Altaxo.Drawing.FontX,System.Drawing.Color)"]

See Also