Changeset 7 for trunk/UMainForm.pas


Ignore:
Timestamp:
Mar 12, 2011, 7:27:23 PM (14 years ago)
Author:
george
Message:
  • Modified: Used custom resize function with use of TLazIntfImage.
  • Modified: Internal drawing uses class TBitmapTColor specialized from TGBitmap.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UMainForm.pas

    r6 r7  
    8181procedure TMainForm.FormCreate(Sender: TObject);
    8282begin
     83  Randomize;
    8384  Engine.Bitmap := Image1.Picture.Bitmap;
    8485  with Engine do begin
Note: See TracChangeset for help on using the changeset viewer.