Interface ITextMeasurable
Namespace: Syncfusion.Layouting
Assembly: Syncfusion.DLS.Base.dll
Syntax
public interface ITextMeasurable
Methods
Measure(CustomGraphics, String)
Measures size of specified string.
Declaration
SizeF Measure(CustomGraphics graphics, string text)
Parameters
| Type | Name | Description |
|---|---|---|
| CustomGraphics | graphics | |
| System.String | text |
Returns
| Type |
|---|
| System.Drawing.SizeF |