In This Topic
Sets the number that specifies maximum miter length.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationPenJS(width, color, lineJoin, miterLimit, dashStyle, dashPattern, startCap, endCap);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_MiterLimit(value);
function set_MiterLimit(
: number
) : any;
Parameters
- value
- Maximum miter length.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also