TBaseImage.RecreateImageData Method
TBaseImage Class

Creates a new image data with the given size and format.

Class
Pascal
public procedure RecreateImageData(AWidth: LongInt; 
                                   AHeight: LongInt; 
                                   AFormat: TImageFormat);
Description

Old image data is lost. Works only for the current image of TMultiImage.

Related Information
You are here: Symbol Reference > Classes > TBaseImage Class > Methods > RecreateImageData Method