Table of Contents

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 Graphics

The Graphics object to draw on.

r Rectangle

Rectangle that bounds the drawing area for the IDataTip object.

PaintBackground(Graphics, RectD)

public void PaintBackground(Graphics g, RectD r)

Parameters

g Graphics
r RectD