Draws a VisualTip onto a surface defined by a PaintEventArgs, using the specified VisualTipLayout.
This method draws the tip by first calling OnDrawShadow, then OnDrawWindow, and finally OnDrawElement for each of the defined values of VisualTipRenderElement.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The tip parameter may not be a null reference. |
| ArgumentException | The specified tip must be associated with a VisualTipProvider before it is rendered. |
| ArgumentNullException | The e parameter may not be null. |
VisualTipRenderer Class | Skybound.VisualTips.Rendering Namespace