•  Back 
  •  Libraries 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Library Documentation
Author      : John Kormylo
Version     : LIB.HYP 1.0
Subject     : Documentation/Pure C Library
Nodes       : 1309
Index Size  : 32068
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ PCBGILIB - Borland Graphics Interface                 <graphics.h> ]

... is a graphics package which is portable to Turbo C on an IBM PC.
It works by using different graphics drivers for different graphics
hardware.

  BGI Control    - graphics drivers and modes
  BGI Primitives - draw lines, curves and fill area
  BGI Attributes - features for primitives
  BGI Text       - fonts
  BGI Raster     - pixel operations
  BGI Color      - color palette
  BGI Service    - misc. functions

You MUST call initgraph() and closegraph() to use BGI graphics.

All coordinates are in pixels and degrees.
BGI color indexes are mapped to hardware color indexes.

This version does not support mouse, icon or menu operations.

See also BGI Example and VDI.