Click or drag to resize

StiGaugeSvgHelperWriteText Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.StiGaugeSvgHelper.WriteText(System.Xml.XmlTextWriter,System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.PointF,System.Single)"]

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void WriteText(
	XmlTextWriter writer,
	string text,
	Font font,
	StiBrush foreground,
	PointF pointF,
	float size
)

Parameters

writer
Type: XmlTextWriter

[Missing <param name="writer"/> documentation for "M:Stimulsoft.Report.Export.StiGaugeSvgHelper.WriteText(System.Xml.XmlTextWriter,System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.PointF,System.Single)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Report.Export.StiGaugeSvgHelper.WriteText(System.Xml.XmlTextWriter,System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.PointF,System.Single)"]

font
Type: System.DrawingFont

[Missing <param name="font"/> documentation for "M:Stimulsoft.Report.Export.StiGaugeSvgHelper.WriteText(System.Xml.XmlTextWriter,System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.PointF,System.Single)"]

foreground
Type: Stimulsoft.Base.DrawingStiBrush

[Missing <param name="foreground"/> documentation for "M:Stimulsoft.Report.Export.StiGaugeSvgHelper.WriteText(System.Xml.XmlTextWriter,System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.PointF,System.Single)"]

pointF
Type: System.DrawingPointF

[Missing <param name="pointF"/> documentation for "M:Stimulsoft.Report.Export.StiGaugeSvgHelper.WriteText(System.Xml.XmlTextWriter,System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.PointF,System.Single)"]

size
Type: SystemSingle

[Missing <param name="size"/> documentation for "M:Stimulsoft.Report.Export.StiGaugeSvgHelper.WriteText(System.Xml.XmlTextWriter,System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.PointF,System.Single)"]

See Also