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
graphics
GraphicsThe Graphics object to draw on.
text
stringThe text to draw.
clientRectangle
RectangleThe rectangle where text should be drawn..
PaintNoSuggestionsText(Graphics, string, RectD)
public void PaintNoSuggestionsText(Graphics graphics, string text, RectD clientRectangle)