VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebArcInteractionPointJS type / WebArcInteractionPointJS Constructor(string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebArcInteractionPointJS Constructor(string)
    In This Topic
    Initializes a new instance of the WebArcInteractionPointJS class.
    Syntax
    // Parameters
    var cursor; // Type: string
    
    var instance = new Vintasoft.Imaging.Annotation.UI.WebArcInteractionPointJS(cursor);
    
    
    function WebArcInteractionPointJS(
    cursor
    Cursor of the interaction area.
    : string
    ) : WebArcInteractionPointJS;

    Parameters

    cursor
    Cursor of the interaction area.
    Browser Compatibility
    56+
    45+
    11
    See Also