SCALE_IMAGE
Description
Scales the given image to the specified width and height
Parameters
An attribute of the picture type and two numbers representing width and height respectively
Example
Object.ScaledImage = SCALE_IMAGE(Object.OrgImage, 30, 30)
index function function list images v5.0
Scales the given image to the specified width and height
An attribute of the picture type and two numbers representing width and height respectively
Object.ScaledImage = SCALE_IMAGE(Object.OrgImage, 30, 30)