Table of Contents

Method PaintItemExpandArrow

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

PaintItemExpandArrow(Graphics, Rectangle, IDataTip, EvaluationResult, bool)

Paints ExpandArrow element of the IDataTip item with specified parameters.

public virtual void PaintItemExpandArrow(Graphics g, Rectangle bounds, IDataTip dataTip, EvaluationResult itemData, bool expanded)

Parameters

g Graphics

The Graphics object to draw on.

bounds Rectangle

Rectangle that bounds the drawing area for the ExpandArrow element.

dataTip IDataTip

IDataTip to be drawn.

itemData EvaluationResult

The result of evaluation.

expanded bool

State of the ExpandArrow element.