Click or drag to resize

SimpleTextGraphic(PointD2D, 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(
	PointD2D graphicPosition,
	string text,
	FontX textFont,
	Color textColor
)

Parameters

graphicPosition  PointD2D

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

text  String

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

textFont  FontX

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

textColor  Color

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

See Also