VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebLineCapJS type / WebLineCapJS Constructor(WebLineCapStyleEnumJS,object)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebLineCapJS Constructor(WebLineCapStyleEnumJS,object)
    In This Topic
    Initializes a new instance of the WebLineCapJS class.
    Syntax
    // Parameters
    var style; // Type: WebLineCapStyleEnumJS
    var size; // Type: object
    
    var instance = new Vintasoft.Imaging.Annotation.UI.WebLineCapJS(style, size);
    
    
    function WebLineCapJS(
    style
    An instance of WebLineCapStyleEnumJS class that defines the style of the cap.
    : WebLineCapStyleEnumJS,
    size
    Size of the cap.
    : object
    ) : WebLineCapJS;

    Parameters

    style
    An instance of WebLineCapStyleEnumJS class that defines the style of the cap.
    size
    Size of the cap.
    Browser Compatibility
    56+
    45+
    11
    See Also