Method PaintItemValueText
- 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
GraphicsThe Graphics object to draw on.
bounds
RectangleRectangle that bounds the drawing area for the ItemValue text.
dataTip
IDataTipIDataTip
to be drawn.itemData
EvaluationResultThe result of evaluation.
value
stringText to be drawn.