The ResizedImage attribute function changes the size of the image and returns the result.
Syntax | |||||
ResizedImage(NewWidth [, NewHeight][, ScalePosition][, LanguageID]) | |||||
Return value | |||||
Type |
Description | ||||
Picture |
The result of the action | ||||
Parameter | |||||
Use |
Name |
Type |
Passing |
Description | |
Required |
NewWidth |
Long |
ByVal |
The new Width | |
Optional |
NewHeight |
Long |
ByVal |
The new Height or -1 | |
Optional |
ScalePosition |
ScalePositions |
ByVal |
Position in the new picture | |
Optional |
LanguageID |
String |
ByVal |
Language-ID of the picture to be used. | |