In This Topic
Sets scale of the image in X direction.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageScalingCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_ScaleX(value);
function set_ScaleX(
: number
) : any;
Parameters
- value
- Scale of the image in X direction. Value must be positive. Default value is 1.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if argument value is not positive. |
Browser Compatibility
See Also