set_AutoCalculateSigma Method
In This Topic
Sets a value indicating whether the sigma is calculated automatically.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebGaussianBlurCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_AutoCalculateSigma(value);
function set_AutoCalculateSigma(
: boolean
) : any;
Parameters
- value
- True - the sigma is calculated automatically; False - the sigma is NOT calculated automatically. Default value is False.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also