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);
function set_Curvature(
: number
) : any;
Parameters
- value
- Level of curvature. Valid values are from -20 to 20. Default value is 8.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also