VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationPenJS type / get_EndCap Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_EndCap Method
    In This Topic
    Gets the cap style used at the end of lines drawn with the pen.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationPenJS(width, color, lineJoin, miterLimit, dashStyle, dashPattern, startCap, endCap);
    
    var value; // Type: Vintasoft.Imaging.Annotation.UI.WebLineCapJS
    value = instance.get_EndCap();
    
    
    function get_EndCap() : WebLineCapJS;
    

    Return Value

    An instance of WebLineCapJS class that defines style of line cap.
    Browser Compatibility
    56+
    45+
    11
    See Also