Table of Contents

Method PaintItemValueText

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

PaintItemValueText(Graphics, Rectangle, IDataTip, EvaluationResult, string)

Paints Value text of the IDataTip item with specified parameters.

public virtual void PaintItemValueText(Graphics g, Rectangle bounds, IDataTip dataTip, EvaluationResult itemData, string value)

Parameters

g Graphics

The Graphics object to draw on.

bounds Rectangle

Rectangle that bounds the drawing area for the ItemValue text.

dataTip IDataTip

IDataTip to be drawn.

itemData EvaluationResult

The result of evaluation.

value string

Text to be drawn.