Click or drag to resize

StiContextPainterMeasureString Method (String, StiFontGeom)

[Missing <summary> documentation for "M:Stimulsoft.Base.Context.StiContextPainter.MeasureString(System.String,Stimulsoft.Base.Context.StiFontGeom)"]

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

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Base.Context.StiContextPainter.MeasureString(System.String,Stimulsoft.Base.Context.StiFontGeom)"]

font
Type: Stimulsoft.Base.ContextStiFontGeom

[Missing <param name="font"/> documentation for "M:Stimulsoft.Base.Context.StiContextPainter.MeasureString(System.String,Stimulsoft.Base.Context.StiFontGeom)"]

Return Value

Type: SizeF

[Missing <returns> documentation for "M:Stimulsoft.Base.Context.StiContextPainter.MeasureString(System.String,Stimulsoft.Base.Context.StiFontGeom)"]

See Also