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/ULazIntfImageColorsNoCopy.pas

    r454 r459  
    3535  inherited;
    3636  Caption := 'TLazIntfImage.Colors no copy';
     37  Description.Add('Method use TLazIntfImage class for faster access to bitmap pixels compared to simple access using TBitmap.Pixels.');
     38  Description.Add('Bitmap is not copied from original bitmap.');
    3739end;
    3840
Note: See TracChangeset for help on using the changeset viewer.