Click or drag to resize

StiGaugeContextPainterMeasureString Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiGaugeContextPainter.MeasureString(System.String,System.Drawing.Font)"]

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract SizeF MeasureString(
	string text,
	Font font
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Report.Painters.StiGaugeContextPainter.MeasureString(System.String,System.Drawing.Font)"]

font
Type: System.DrawingFont

[Missing <param name="font"/> documentation for "M:Stimulsoft.Report.Painters.StiGaugeContextPainter.MeasureString(System.String,System.Drawing.Font)"]

Return Value

Type: SizeF

[Missing <returns> documentation for "M:Stimulsoft.Report.Painters.StiGaugeContextPainter.MeasureString(System.String,System.Drawing.Font)"]

See Also