[Overview][Types][Classes][Index] |
Initialize the list for image(s) with the given height and width
Source position: imglist.pp line 153
public constructor TCustomImageList.CreateSize( |
AWidth: Integer; |
AHeight: Integer |
); |
The Width and Height is reset with every insertion of a bitmap. It may be useful, however, to initialize a list for the insertion of graphics other than bitmaps, so that the images can be rendered as bitmaps of the intended width and height, before they are inserted.
lazarus-ccr.sourceforge.net |