Ignore:
Timestamp:
Nov 28, 2012, 8:09:38 AM (12 years ago)
Author:
chronos
Message:
  • Added: Brief description for rest of available draw methods.
  • Added: Graphics32 method conditional compilation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/Methods/UGraphics32Method.pas

    r454 r459  
    66
    77uses
    8   Classes, SysUtils, UFastBitmap, UDrawMethod, GR32, GR32_Image, Controls,
     8  Classes, SysUtils, UFastBitmap, UDrawMethod{$IFDEF gr32}, GR32, GR32_Image{$ENDIF}, Controls,
    99  Graphics;
    1010
     11{$IFDEF gr32}
    1112type
    1213  { TGraphics32Method }
     
    2021    procedure Done; override;
    2122  end;
    22 
     23{$ENDIF}
    2324
    2425implementation
    2526
     27{$IFDEF gr32}
    2628{ TGraphics32Method }
    2729
     
    9294end;
    9395
     96{$ENDIF}
     97
    9498end.
    9599
Note: See TracChangeset for help on using the changeset viewer.