In This Topic
Sets the radius of filter, in pixels.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageSmoothingCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_Radius(value);
function set_Radius(
: number
) : any;
Parameters
- value
- Radius of filter, in pixels. Possible value is any positive value. Default value is 7.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if argument value is not positive. |
Browser Compatibility
See Also