The item index. Between 0 and ItemCount - 1.





In This Topic
GdPicture14 Namespace / ThumbnailEx Class / GetItemBitmap Method

GetItemBitmap Method (ThumbnailEx)

In This Topic
Gets the bitmap of a specific item in the thumbnail list.
Syntax
'Declaration
 
Public Function GetItemBitmap( _
   ByVal ItemIdx As Integer _
) As Integer
public int GetItemBitmap( 
   int ItemIdx
)
public function GetItemBitmap( 
    ItemIdx: Integer
): Integer; 
public function GetItemBitmap( 
   ItemIdx : int
) : int;
public: int GetItemBitmap( 
   int ItemIdx
) 
public:
int GetItemBitmap( 
   int ItemIdx
) 

Parameters

ItemIdx
The item index. Between 0 and ItemCount - 1.

Return Value

A GdPicture Image identifier.
Remarks
The exported GdPicture Image must be released from the memory by the user using the ReleaseGdPictureImage() method.
See Also