VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebPointCollectionJS type / clone Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    clone Method
    In This Topic
    Creates a new point collection that is a copy of the current point collection.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebPointCollectionJS(points, maxLength);
    
    var value; // Type: Vintasoft.Imaging.Annotation.UI.WebPointCollectionJS
    value = instance.clone();
    
    
    function clone() : WebPointCollectionJS;
    

    Return Value

    Copy of current point collection.
    Browser Compatibility
    56+
    45+
    11
    See Also