VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / invalidate Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    invalidate Method
    In This Topic
    Invalidates the specified region of image viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: any
    
    // Parameters
    var rect; // Type: object
    
    value = instance.invalidate(rect);
    
    
    function invalidate(
    rect
    Region that should be invalidated.
    : object
    ) : any;

    Parameters

    rect
    Region that should be invalidated.
    Browser Compatibility
    56+
    45+
    11
    See Also