Method PaintNoSuggestionsText
- Namespace
- Alternet.Editor.CodeCompletion.Painting
- Assembly
- Alternet.Editor.v10.dll
PaintNoSuggestionsText(Graphics, string, Rectangle)
Paints no-suggestion text on the graphics surface.
public void PaintNoSuggestionsText(Graphics graphics, string text, Rectangle clientRectangle)
Parameters
graphicsGraphicsThe Graphics object to draw on.
textstringThe text to draw.
clientRectangleRectangleThe rectangle where text should be drawn..
PaintNoSuggestionsText(Graphics, string, RectD)
public void PaintNoSuggestionsText(Graphics graphics, string text, RectD clientRectangle)