TextGraphic(Double, Double, String, FontX, NamedColor) Constructor |
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic TextGraphic(
double posX,
double posY,
string text,
FontX textFont,
NamedColor textColor
)
Parameters
- posX Double
- The x-position of the graphic.
- posY Double
- The y-position of the graphic.
- text String
- The text.
- textFont FontX
- The text font.
- textColor NamedColor
- The text color.
See Also