Changeset 452 for GraphicTest/Methods
- Timestamp:
- Nov 25, 2012, 3:29:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/Methods/UBitmapRawImageDataPaintBox.pas
r450 r452 38 38 //PaintBox.Canvas.CopyRect(Rect(0, 0, PaintBox.Width, PaintBox.Height), TempBitmap.Canvas, 39 39 // 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); 42 42 end; 43 43
Note:
See TracChangeset
for help on using the changeset viewer.