In This Topic
Sets the color of the pen.
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: string
returnValue = instance.set_Color(value);
function set_Color(
: string
) : any;
Parameters
- value
- Pen color, for example, "Red" or "rgba(125,125,125,0.8)".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also