GdPicture.NET.14
GdPicture14 Namespace / ThumbnailEx Class / SwapItemsBitmap Method / SwapItemsBitmap(Int32,Int32) Method
The first item index. Between 0 and ItemCount - 1.
The second item index. Between 0 and ItemCount - 1.





In This Topic
SwapItemsBitmap(Int32,Int32) Method
In This Topic
Swap two items bitmap in the thumbnail list.
Syntax
'Declaration
 
Public Overloads Sub SwapItemsBitmap( _
   ByVal Item1Idx As Integer, _
   ByVal Item2Idx As Integer _
) 
public void SwapItemsBitmap( 
   int Item1Idx,
   int Item2Idx
)
public procedure SwapItemsBitmap( 
    Item1Idx: Integer;
    Item2Idx: Integer
); 
public function SwapItemsBitmap( 
   Item1Idx : int,
   Item2Idx : int
);
public: void SwapItemsBitmap( 
   int Item1Idx,
   int Item2Idx
) 
public:
void SwapItemsBitmap( 
   int Item1Idx,
   int Item2Idx
) 

Parameters

Item1Idx
The first item index. Between 0 and ItemCount - 1.
Item2Idx
The second item index. Between 0 and ItemCount - 1.
See Also