home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Examples / Apps / Canvas / README.TXT < prev   
Encoding:
Text File  |  1999-01-26  |  505 b   |  21 lines

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1998 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5.  
  6. TITLE:
  7.     CANVAS
  8.  
  9. DESCRIPTION:
  10.     Lines drawn on a form rotate.
  11.  
  12. DEMONSTRATES:
  13.     + TTimer, TCanvas.
  14.     + Drawing on a form using its Canvas member.
  15.     + Using MoveTo and LineTo and Ellipse members of TCanvas.
  16.  
  17. COMMENTS:
  18.  
  19.  
  20.  
  21.