VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebPointCollectionJS type / pop Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    pop Method
    In This Topic
    Retrieves the last point from collection.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebPointCollectionJS(points, maxLength);
    
    var value; // Type: object
    value = instance.pop();
    
    
    function pop() : object;
    

    Return Value

    Last point.
    Browser Compatibility
    56+
    45+
    11
    See Also