VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebHighlightObjectJS type / get_Path Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Path Method
    In This Topic
    Gets an array of object points.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightObjectJS(polygon);
    
    var value; // Type: object[]
    value = instance.get_Path();
    
    
    function get_Path() : object[];
    

    Return Value

    An array with coordinates that define how the highlight region should be drawn.
    Browser Compatibility
    56+
    45+
    11
    See Also