Table of Contents

Method PaintNoSuggestionsText

Namespace
Alternet.Editor.CodeCompletion.Painting
Assembly
Alternet.Editor.v9.dll

PaintNoSuggestionsText(Graphics, string, Rectangle)

Paints no-suggestion text on the graphics surface.

public void PaintNoSuggestionsText(Graphics graphics, string text, Rectangle clientRectangle)

Parameters

graphics Graphics

The Graphics object to draw on.

text string

The text to draw.

clientRectangle Rectangle

The rectangle where text should be drawn..