In This Topic
Gets or sets the size of the cap.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebLineCapJS(style, size);
var returnValue; // Type: any
// Parameters
var width; // Type: number
var height; // Type: number
returnValue = instance.set_Size(width, height);
function set_Size(
: number,
: number
) : any;
Parameters
- width
- Annotation width.
- height
- Annotation height.
Exceptions
Exception | Description |
| Thrown if arguments have wrong types. |
| Thrown if size is negative. |
Browser Compatibility
See Also