Method PaintItemNameText
- Assembly
- Alternet.Scripter.Debugger.UI.v10.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
gGraphicsThe Graphics object to draw on.
boundsRectangleRectangle that bounds the drawing area for the name.
dataTipIDataTipIDataTipto be drawn.itemDataEvaluationResultThe result of evaluation.
namestringText to be drawn as a name.