Method PaintBackground
- Namespace
- Alternet.Editor.CodeCompletion.Painting
- Assembly
- Alternet.Editor.v10.dll
PaintBackground(Graphics, Rectangle)
Paints entire background of the IDataTip
with specified parameters.
public void PaintBackground(Graphics g, Rectangle r)
Parameters
g
GraphicsThe Graphics object to draw on.
r
RectangleRectangle that bounds the drawing area for the
IDataTip
object.
PaintBackground(Graphics, RectD)
public void PaintBackground(Graphics g, RectD r)