Ignore:
Timestamp:
Feb 1, 2012, 3:02:33 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Updated BGRABitmap package to version 5.5.
  • Modified: Removed draw method ComboBox and reorganized method list to single listview with using ownerdraw facility.
  • Added: New draw method TBitmap.RawImage.Data Move which use fast Move operation. It requires same pixel format.
  • Added: New draw method Dummy for comparion of empty method and to determine possibily max frame rate limit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/UFastBitmap.pas

    r212 r317  
    3131    property Size: TPoint read FSize write SetSize;
    3232    property Pixels[X, Y: Integer]: TFastBitmapPixel read GetPixel write SetPixel;
     33    property PixelsData: PByte read FPixelsData;
    3334  end;
    3435
Note: See TracChangeset for help on using the changeset viewer.