VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebPointCollectionJS type / getItem Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    getItem Method
    In This Topic
    Returns the point.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebPointCollectionJS(points, maxLength);
    
    var value; // Type: object
    
    // Parameters
    var index; // Type: number
    
    value = instance.getItem(index);
    
    
    function getItem(
    index
    Point index in the collection.
    : number
    ) : object;

    Parameters

    index
    Point index in the collection.

    Return Value

    Point.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if index is less than zero or index is equal to or greater than points collection length.
    Browser Compatibility
    56+
    45+
    11
    See Also