Click or drag to resize

TextGraphic(PointD2D, String, FontX, NamedColor, Double) Constructor

Initializes a new instance of the TextGraphic class

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

Parameters

graphicPosition  PointD2D

[Missing <param name="graphicPosition"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.TextGraphic.#ctor(Altaxo.Geometry.PointD2D,System.String,Altaxo.Drawing.FontX,Altaxo.Drawing.NamedColor,System.Double)"]

text  String

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

textFont  FontX

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

textColor  NamedColor

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

Rotation  Double

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

See Also