Click or drag to resize

StiStandardTextRendererMeasureString Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Components.StiStandardTextRenderer.MeasureString(System.Double,System.Drawing.Font,Stimulsoft.Report.Components.StiText)"]

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static SizeD MeasureString(
	double maxWidth,
	Font font,
	StiText textBox
)

Parameters

maxWidth
Type: SystemDouble

[Missing <param name="maxWidth"/> documentation for "M:Stimulsoft.Report.Components.StiStandardTextRenderer.MeasureString(System.Double,System.Drawing.Font,Stimulsoft.Report.Components.StiText)"]

font
Type: System.DrawingFont

[Missing <param name="font"/> documentation for "M:Stimulsoft.Report.Components.StiStandardTextRenderer.MeasureString(System.Double,System.Drawing.Font,Stimulsoft.Report.Components.StiText)"]

textBox
Type: Stimulsoft.Report.ComponentsStiText

[Missing <param name="textBox"/> documentation for "M:Stimulsoft.Report.Components.StiStandardTextRenderer.MeasureString(System.Double,System.Drawing.Font,Stimulsoft.Report.Components.StiText)"]

Return Value

Type: SizeD

[Missing <returns> documentation for "M:Stimulsoft.Report.Components.StiStandardTextRenderer.MeasureString(System.Double,System.Drawing.Font,Stimulsoft.Report.Components.StiText)"]

See Also