VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebInteractionAreaJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebInteractionAreaJS type
    In This Topic
    An interaction area of interactive object.
    Syntax
    // Parameters
    var name; // Type: string
    var fillColor; // Type: string
    var borderColor; // Type: string
    var cursor; // Type: string
    
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebInteractionAreaJS(name, fillColor, borderColor, cursor);
    
    
    function WebInteractionAreaJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.UI.VisualTools.WebInteractionAreaJS
          Vintasoft.Imaging.UI.VisualTools.WebRectangularAreaJS
          Vintasoft.Imaging.UI.VisualTools.WebObjectMoveAreaJS
          Vintasoft.Imaging.UI.VisualTools.WebInteractionPointJS

    Browser Compatibility
    56+
    45+
    11
    See Also