In This Topic
GdPicture14 Namespace / ThumbnailEx Class / GetItemBitmap Method

GetItemBitmap Method (ThumbnailEx)

In This Topic
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
See Also