Click or drag to resize

StiGdiTextRendererDrawString Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Components.StiGdiTextRenderer.DrawString(System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.String,Stimulsoft.Report.Components.StiText)"]

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void DrawString(
	Graphics g,
	RectangleD rect,
	string text,
	StiText textBox
)

Parameters

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.Components.StiGdiTextRenderer.DrawString(System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.String,Stimulsoft.Report.Components.StiText)"]

rect
Type: Stimulsoft.Base.DrawingRectangleD

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Components.StiGdiTextRenderer.DrawString(System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.String,Stimulsoft.Report.Components.StiText)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Report.Components.StiGdiTextRenderer.DrawString(System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.String,Stimulsoft.Report.Components.StiText)"]

textBox
Type: Stimulsoft.Report.ComponentsStiText

[Missing <param name="textBox"/> documentation for "M:Stimulsoft.Report.Components.StiGdiTextRenderer.DrawString(System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.String,Stimulsoft.Report.Components.StiText)"]

See Also