SetItemsSize Method (ThumbnailEx)
In This Topic
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
- Height
See Also