Table of Contents

Method PaintBackground

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

PaintBackground(Graphics, Rectangle)

Paints entire background of the IDataTip with specified parameters.

public void PaintBackground(Graphics g, Rectangle r)

Parameters

g Graphics

The Graphics object to draw on.

r Rectangle

Rectangle that bounds the drawing area for the IDataTip object.