[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   Description: Draw box
Mapped Command: DRAW BOX FROM
FUNCTION __DrawFrame(x1,y1,x2,y2,pattern,bevel)
   pattern := if(pattern == NIL,64,pattern)
   if bevel
      __DrawBevel(x1,y1,x2-x1,y2-y1,pattern)
   else
      boxfill(__XdGE(y1),__YdGE(x2),__XdGE_(y2-y1),__YdGE_(x2-x1),pattern,__DgeColor(setcolor()))
   endif                                         // if bevel
RETURN(Void)

See Also: DRAW BOX FROM
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson