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

    r447 r459  
    2929  Caption := 'TLazIntfImage.Colors copy';
    3030  TempIntfImage := TLazIntfImage.Create(0, 0);
     31  Description.Add('Method use TLazIntfImage class for faster access to bitmap pixels compared to simple access using TBitmap.Pixels.');
     32  Description.Add('TLazIntfImage is created from visible image.');
    3133end;
    3234
Note: See TracChangeset for help on using the changeset viewer.