Changeset 454 for GraphicTest/Methods/UCanvasPixelsUpdateLock.pas
- Timestamp:
- Nov 26, 2012, 7:38:56 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/Methods/UCanvasPixelsUpdateLock.pas
r447 r454 25 25 inherited; 26 26 Caption := 'TBitmap.Canvas.Pixels Update locking'; 27 Description.Add('This method improves basic canvas pixel access by eliminating ' + 28 'updating of visible area during complete operation. Image data is ' + 29 'painted only one at the end of complete operation'); 27 30 end; 28 31
Note:
See TracChangeset
for help on using the changeset viewer.