Click or drag to resize

TextGraphic(PointD2D, String, FontX, NamedColor) 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
)

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)"]

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)"]

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)"]

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)"]

See Also