[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
@ <Pos1>,<Pos2> DRAW SUPER ICON

Description:
This command displays a selection from the current super icon file loaded
with the most recent SET ICON TO <iconfile> command.  Super icons can be
created and modified using dGE's GFONT font editor.

Syntax:
@ <Pos1>,<Pos2> DRAW SUPER ICON <icon>
  [VECTOR]
  [REPLACE]
  [OR]
  [BLACK]
  [INVERSE]
  [COMPOSITE]
  [OVERLAY <color1> <color2> <color3> <color4>]

Arguments:
<icon> is the icon number to be displayed from 0 to 7.
<Pos1> is the row screen coordinate from 0 to 24.
<Pos2> is the column screen coordinate from 0 to 79.
[VECTOR] sets the origin in length/angle format or "vector" mode.  The
  default origin is Cartesion or "x/y" mode.
[REPLACE] sets the replace mode.
[OR] sets the or mode.
[BLACK] sets the black mode.
[INVERSE] sets the inverse mode.
[COMPOSITE] draws 4 icons at the centerpoint <Pos1>,<Pos2> without
  overlaying the images.
[OVERLAY <color1> <color2> <color3> <color4>] displays an overlay of
  icons in positions 0 through 3 or 4 through 7 using the colors speci-
  fied in the tokens 1 through 4.

Example:
@ 10,20 DRAW SUPER ICON 7                 // display super icon # 7

         Purpose: Display one or more of eight current super icons
 Mapped Function: __DrawSuperIcon() contained in GLLIBR.PRG.
   dGE functions: drawicon()
   Other GL UDFs: __DgeColor()
System variables: None.
System constants: None.

See Also:

See Also: __DrawSuperIcon()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson