VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebPolygonInteractionPointJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebPolygonInteractionPointJS type
    In This Topic
    The interaction point which is a part of polygon or point-based object.
    Syntax
    // Parameters
    var fillColor; // Type: string
    var borderColor; // Type: string
    var cursor; // Type: string
    
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebPolygonInteractionPointJS(fillColor, borderColor, cursor);
    
    
    function WebPolygonInteractionPointJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.UI.VisualTools.WebInteractionAreaJS
          Vintasoft.Imaging.UI.VisualTools.WebInteractionPointJS
             Vintasoft.Imaging.UI.VisualTools.WebPolygonInteractionPointJS
                Vintasoft.Imaging.Annotation.UI.WebArcInteractionPointJS

    Browser Compatibility
    56+
    45+
    11
    See Also