qa.hlp (Table of Contents; Topic list)
Int 10H Function 0DH
   Summary  Notes  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Read Graphics Pixel      [CGA] [PCjr] [EGA]
                                               [MCGA] [VGA]
 
  Obtains the current value of the pixel on the display at the specified
  graphics coordinates.
 
  Input                                        Output
  ═════════════════════════════════            ══════════════
  AH=0DH                                       AL=pixel value
  BH=page
  CX=column (graphics x coordinate)
  DX=row (graphics y coordinate)
                                    -♦-