VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageSharpeningCommandJS type / get_Radius Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_Radius Method
In This Topic
Gets the radius of filter, in pixels.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageSharpeningCommandJS();

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

Return Value

Radius of filter, in pixels. Possible value is any positive value. Default value is 12.
Browser Compatibility
56+
45+
11
See Also