I have added a Draw handler to draw the tool tips in an application, the Draw function sets a fixed space font and size, however as a result the bounding rectangle passed in via the DrawToolTipEventArgs parameter needs adjustment.
I need to modify it because calling the functions DrawBackground and DrawBorder use the wrong Bounding rectangle.
How can I adjust the Bounding rectangle in the event?