Table of Contents

Method PaintPopupBackground

Namespace
Alternet.Scripter.Debugger.UI.DataTips.Painting
Assembly
Alternet.Scripter.Debugger.UI.v9.dll

PaintPopupBackground(Graphics, Region, IDataTip)

Paints entire background of the IDataTip with specified parameters.

public void PaintPopupBackground(Graphics g, Region region, IDataTip dataTip)

Parameters

g Graphics

The Graphics object to draw on.

region Region

Region that bounds the drawing area for the IDataTip object.

dataTip IDataTip

IDataTip to be drawn.