set_SelectedItemBrushColor Method
In This Topic
Sets a color of brush that should be used for filling the highlighted image region in the image viewer.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightToolJS();
var returnValue; // Type: any
// Parameters
var color; // Type: string
returnValue = instance.set_SelectedItemBrushColor(color);
function set_SelectedItemBrushColor(
: string
) : any;
Parameters
- color
- Color. Default value is "rgba(0,0,255,0.18)".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also