Method PaintItemImage
- Assembly
- Alternet.Scripter.Debugger.UI.v9.dll
PaintItemImage(Graphics, Rectangle, IDataTip, EvaluationResult)
Paints image of the IDataTip
item with specified parameters.
public virtual void PaintItemImage(Graphics g, Rectangle bounds, IDataTip dataTip, EvaluationResult itemData)
Parameters
g
GraphicsThe Graphics object to draw on.
bounds
RectangleRectangle that bounds the drawing area for the image.
dataTip
IDataTipIDataTip
to be drawn.itemData
EvaluationResultThe result of evaluation.