Table of Contents

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 string

The Text to measure.

Returns

Size

The System.Drawing.Size, in pixels, of text drawn on a single line.