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

    Return Value

    Copy of current line cap.
    Browser Compatibility
    56+
    45+
    11
    See Also