VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebTileReflectionCommandJS type / set_Curvature Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Curvature Method
In This Topic
Sets the level of curvature at the borders of the tile.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebTileReflectionCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_Curvature(value);

Parameters

value
Level of curvature. Valid values are from -20 to 20. Default value is 8.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also