qpgraph.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
_SetPixel... Procedures
  Summary Details Example                                   Back
 
  Arguments
 
    x, y      Viewport coordinates of pixel to be drawn
 
    wx, wy    Window coordinates of pixel to be drawn
 
  Description
 
    The _SetPixel and _SetPixel_w procedures set a specified pixel to
    the current graphics color. They cannot be used in text modes.
 
    _SetPixel sets the pixel at the viewport coordinate (x,y) to the
    current color. _SetPixel_w sets the pixel at window coordinats
    (wx,wy) to the current color.
 
  _GrStatus Returns
 
    _GrNoOutput, _GrNotInProperMode