VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebHighlightObjectJS type / WebHighlightObjectJS Constructor(object[])
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebHighlightObjectJS Constructor(object[])
    In This Topic
    Initializes a new instance of the WebHighlightObjectJS class.
    Syntax
    // Parameters
    var polygon; // Type: object[]
    
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightObjectJS(polygon);
    
    
    function WebHighlightObjectJS(
    polygon
    A polygon, as point array, that defines image region which should be highlighted in the image viewer.
    : object[]
    ) : WebHighlightObjectJS;

    Parameters

    polygon
    A polygon, as point array, that defines image region which should be highlighted in the image viewer.
    Browser Compatibility
    56+
    45+
    11
    See Also