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.3179.0 (4.8.3179.0)
Syntax
C#
public SimpleTextGraphic(
	double posX,
	double posY,
	string text,
	FontX textFont,
	Color textColor,
	double Rotation
)

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,System.Double)"]

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,System.Double)"]

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,System.Double)"]

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,System.Double)"]

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,System.Double)"]

Rotation  Double

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

See Also