Changeset 454 for GraphicTest/Methods/UCanvasPixels.pas
- Timestamp:
- Nov 26, 2012, 7:38:56 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/Methods/UCanvasPixels.pas
r447 r454 25 25 inherited; 26 26 Caption := 'TBitmap.Canvas.Pixels'; 27 Description.Add('This is simple naive approach to copy image by accessing Pixels property. ' + 28 'Method is slow because of much of overhead in access methods like multiple nested method calls, ' + 29 'pixel format conversion, update notification, etc.'); 27 30 end; 28 31
Note:
See TracChangeset
for help on using the changeset viewer.