[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 62 Fn 0059  u - Fgdriver V3.03 - "fg_makespr" - Create Standard Pixel  [V]

   AX = 0059h
   BX = left edge in screen space units
   CX = right edge in screen space units
   DX = top edge in screen space units
   SI = bottom edge in screen space units
   ES:DI -> ASCIZ filename of SPR file to create

Return: AX = status
       0000h successful
       0001h file not created

Note:  For FGDRIVER v1.10, this function was unused; "FG_MAKESPR" did not
     exist yet
   The SPR file is created from the specified region of the active video
     page; the left and right edges are adjusted to byte boundaries if
     necessary
   If the specified file already exists, it is overwritten
   This call is ignored in text modes

See Also: AX=004Ah,AX=0057h,AX=0058h,AX=009Ah,AX=009Bh,AX=009Ch

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson