SwapItemsBitmap(Int32,Int32) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub SwapItemsBitmap( _
ByVal As Integer, _
ByVal As Integer _
)
public void SwapItemsBitmap(
int ,
int
)
public procedure SwapItemsBitmap(
: Integer;
: Integer
);
public function SwapItemsBitmap(
: int,
: int
);
public: void SwapItemsBitmap(
int ,
int
)
public:
void SwapItemsBitmap(
int ,
int
)
Parameters
- Item1Idx
- Item2Idx
See Also