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