VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function set_Curvature(
    value
    Level of curvature. Valid values are from -20 to 20. Default value is 8.
    : number
    ) : any;

    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