Click or drag to resize

TextGraphic(PointD3D, String, FontX3D, NamedColor) Constructor

Initializes a new instance of the TextGraphic class

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public TextGraphic(
	PointD3D graphicPosition,
	string text,
	FontX3D textFont,
	NamedColor textColor
)

Parameters

graphicPosition  PointD3D

[Missing <param name="graphicPosition"/> documentation for "M:Altaxo.Graph.Graph3D.Shapes.TextGraphic.#ctor(Altaxo.Geometry.PointD3D,System.String,Altaxo.Drawing.D3D.FontX3D,Altaxo.Drawing.NamedColor)"]

text  String

[Missing <param name="text"/> documentation for "M:Altaxo.Graph.Graph3D.Shapes.TextGraphic.#ctor(Altaxo.Geometry.PointD3D,System.String,Altaxo.Drawing.D3D.FontX3D,Altaxo.Drawing.NamedColor)"]

textFont  FontX3D

[Missing <param name="textFont"/> documentation for "M:Altaxo.Graph.Graph3D.Shapes.TextGraphic.#ctor(Altaxo.Geometry.PointD3D,System.String,Altaxo.Drawing.D3D.FontX3D,Altaxo.Drawing.NamedColor)"]

textColor  NamedColor

[Missing <param name="textColor"/> documentation for "M:Altaxo.Graph.Graph3D.Shapes.TextGraphic.#ctor(Altaxo.Geometry.PointD3D,System.String,Altaxo.Drawing.D3D.FontX3D,Altaxo.Drawing.NamedColor)"]

See Also