In This Topic
Sets the blur radius.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebCannyEdgeDetectorCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_BlurRadius(value);
function set_BlurRadius(
: number
) : any;
Parameters
- value
- Blur radius. Valid values are from 1 to 256. Default value is 3.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also