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(
: WebLineCapStyleEnumJS,
: object
) : WebLineCapJS;
Parameters
- style
- An instance of WebLineCapStyleEnumJS class that defines the style of the cap.
- size
- Size of the cap.
Browser Compatibility
See Also