SetItemsSize Method (ThumbnailEx)
In This Topic
Change the size, in pixel, of each item.
Syntax
'Declaration
Public Sub SetItemsSize( _
ByVal As Integer, _
ByVal As Integer _
)
public void SetItemsSize(
int ,
int
)
public procedure SetItemsSize(
: Integer;
: Integer
);
public function SetItemsSize(
: int,
: int
);
public: void SetItemsSize(
int ,
int
)
public:
void SetItemsSize(
int ,
int
)
Parameters
- Width
- Width in pixel.
- Height
- Height in pixel.
See Also