Changeset 459 for GraphicTest/Methods/UBitmapRawImageDataMove.pas
- Timestamp:
- Nov 28, 2012, 8:09:38 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/Methods/UBitmapRawImageDataMove.pas
r447 r459 25 25 inherited; 26 26 Caption := 'TBitmap.RawImage.Data Move'; 27 Description.Add('This is same as BitmapRawImageData but data is not converted from different format. ' + 28 'But only moved to TImage raw data. ' + 29 'Then TImage is responsible for show loaded data.'); 27 30 end; 28 31
Note:
See TracChangeset
for help on using the changeset viewer.