Table of Contents

Method PaintItemImage

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

PaintItemImage(Graphics, Rectangle, IDataTip, EvaluationResult)

Paints image of the IDataTip item with specified parameters.

public virtual void PaintItemImage(Graphics g, Rectangle bounds, IDataTip dataTip, EvaluationResult itemData)

Parameters

g Graphics

The Graphics object to draw on.

bounds Rectangle

Rectangle that bounds the drawing area for the image.

dataTip IDataTip

IDataTip to be drawn.

itemData EvaluationResult

The result of evaluation.