TextGraphic(PointD3D, String, FontX3D, NamedColor) Constructor |
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic TextGraphic(
PointD3D graphicPosition,
string text,
FontX3D textFont,
NamedColor textColor
)
Parameters
- graphicPosition PointD3D
- The graphic position.
- text String
- The text content.
- textFont FontX3D
- The text font.
- textColor NamedColor
- The text color.
See Also