Returns the image specified by the given index. The bitmap returned is a copy of the original image.
[Visual Basic] Public Function GetBitmap( _ ByVal index As Integer _ ) As Bitmap [C#] public Bitmap GetBitmap( int index ); [C++] public: Bitmap* GetBitmap( int index ); [JScript] public function GetBitmap( index : int ) : Bitmap;
Bitmap a Bitmap object with the specified image in it.
ImageList Class | ImageList Members | System.WinForms Namespace