Called to draw the snip.
Before this methodd is called, the correct font, text color, and pen colour will have been set for this snip already. (The same is not true for get-extent or partial-offset.
Draws the snip into the given drawing context with the snip's top left corner at location (x, y) (in DC coordinates).
The arguments left, top, right, and bottom define a clipping region (in DC coordinates) that the snip can use to optimize drawing, but it can also ignore these arguments.
The dx and dy argument provide numbers that can be subtracted from x and y to obtain the snip's position in buffer view coordinates (as opposed to DC coordinates).
See section
for information about draw-caret.