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

    r447 r459  
    2525  inherited;
    2626  Caption := 'TBitmap.RawImage.Data Move';
     27  Description.Add('This is same as BitmapRawImageData but data is not converted from different format. ' +
     28   'But only moved to TImage raw data. ' +
     29    'Then TImage is responsible for show loaded data.');
    2730end;
    2831
Note: See TracChangeset for help on using the changeset viewer.