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