Table of Contents

Method PaintItemNameText

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

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

Paints name of the IDataTip item with specified parameters.

public virtual void PaintItemNameText(Graphics g, Rectangle bounds, IDataTip dataTip, EvaluationResult itemData, string name)

Parameters

g Graphics

The Graphics object to draw on.

bounds Rectangle

Rectangle that bounds the drawing area for the name.

dataTip IDataTip

IDataTip to be drawn.

itemData EvaluationResult

The result of evaluation.

name string

Text to be drawn as a name.