Method MeasureNoSuggestionsText
- Namespace
 - Alternet.Editor.CodeCompletion.Painting
 
- Assembly
 - Alternet.Editor.v10.dll
 
MeasureNoSuggestionsText(string)
Retrieves the size, in pixels, of the specified text when drawn with the font defined for the no-suggestions text.
public Size MeasureNoSuggestionsText(string text)
Parameters
textstringThe Text to measure.
Returns
- Size
 The System.Drawing.Size, in pixels, of text drawn on a single line.