Changeset 452 for GraphicTest/Methods


Ignore:
Timestamp:
Nov 25, 2012, 3:29:40 PM (12 years ago)
Author:
chronos
Message:
  • Updated BGRABitmap package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/Methods/UBitmapRawImageDataPaintBox.pas

    r450 r452  
    3838  //PaintBox.Canvas.CopyRect(Rect(0, 0, PaintBox.Width, PaintBox.Height), TempBitmap.Canvas,
    3939  //  Rect(0, 0, TempBitmap.Width, TempBitmap.Height));
    40   //PaintBox.Canvas.Draw(0, 0, TempBitmap);
    41   BitBlt(hPaint, 0, 0, TempBitmap.Width, TempBitmap.Height, hBmp, 0, 0, srcCopy);
     40  PaintBox.Canvas.Draw(0, 0, TempBitmap);
     41  //BitBlt(hPaint, 0, 0, TempBitmap.Width, TempBitmap.Height, hBmp, 0, 0, srcCopy);
    4242end;
    4343
Note: See TracChangeset for help on using the changeset viewer.