VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebCannyEdgeDetectorCommandJS type / get_BlurRadius Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_BlurRadius Method
In This Topic
Gets the blur radius.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebCannyEdgeDetectorCommandJS();

var value; // Type: number
value = instance.get_BlurRadius();

Return Value

Blur radius. Valid values are from 1 to 256. Default value is 3.
Browser Compatibility
56+
45+
11
See Also