Method MeasureNoSuggestionsText
- Namespace
- Alternet.Editor.CodeCompletion.Painting
- Assembly
- Alternet.Editor.v9.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
text
stringThe Text to measure.
Returns
- Size
The System.Drawing.Size, in pixels, of text drawn on a single line.