Definition: |
include pGUI.e
cdCanvasRoundedRect(cdCanvas canvas, atom xmin, xmax, ymin, ymax, width, height) |
Description: |
Draws a rectangle, but with rounded corners. The width and height determine the elipses used for the corners. Draws four not-quite-connecting lines, then connects them using cdCanvasArc(). |