Table of Contents

Method PaintPopupBorder

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

PaintPopupBorder(Graphics, Rectangle, IDataTip)

Paints PopupBorder element of the IDataTip item with specified parameters.

public virtual void PaintPopupBorder(Graphics g, Rectangle bounds, IDataTip dataTip)

Parameters

g Graphics

The Graphics object to draw on.

bounds Rectangle

Rectangle that bounds the drawing area for the PopupBorder element.

dataTip IDataTip

IDataTip to be drawn.