[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   Description: Draw internal icon
Mapped Command: DRAW STD ICON <icon>
FUNCTION __DrawStdIcon(icon,x,y,vector,xor)
   local mode
   vector  := if(vector == NIL,FALSE,vector)
   xor     := if(xor == NIL,FALSE,xor)
   mode    := 0                                  // establish cartesion drawing mode
   mode    := mode + if(vector,1,0)              // vector drawing mode
   mode    := mode + if(xor,16,0)                // vector drawing mode
   drawicon(__XdGE(y),__YdGE(x),mode,icon,__DgeColor(setcolor()))
RETURN(Void)

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