Definition: |
include pGUI.e
cdCanvasBox(cdCanvas hCdCanvas, atom xmin, xmax, ymin, ymax) |
Description: |
Fills a rectangle according to the current interior style. All points in the interval xmin<=x<=xmax, ymin<=y<=ymax will be painted. When the interior style CD_HOLLOW is defined, the function behaves like its equivalent cdRect. |