[Overview][Types][Classes][Index] Reference for unit 'ImgList' (#lcl)

TCustomImageList.GetBitmap

Copies the selected image into the given bitmap

Declaration

Source position: imglist.pp line 190

public procedure TCustomImageList.GetBitmap(

  Index: Integer;

  Image: TCustomBitmap

); overload;

procedure TCustomImageList.GetBitmap(

  Index: Integer;

  Image: TCustomBitmap;

  AEffect: TGraphicsDrawEffect

); overload;

Arguments

Index

  

the index of the requested image

Image

  

a bitmap as a container for the bitmap

Arguments

Index

  

the index of the requested image

Image

  

a bitmap as a container for the bitmap

AEffect

  

how to copy

The latest version of this document can be found at lazarus-ccr.sourceforge.net.