Table of Contents

Method PaintItemBackground

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

PaintItemBackground(Graphics, Rectangle, IDataTip, bool)

Paints background of the IDataTip item with specified parameters.

public virtual void PaintItemBackground(Graphics g, Rectangle bounds, IDataTip dataTip, bool isHovered)

Parameters

g Graphics

The Graphics object to draw on.

bounds Rectangle

Rectangle that bounds the drawing area for the IDataTip object.

dataTip IDataTip

IDataTip to be drawn.

isHovered bool

Indicates whether IDataTip is in hover state.