WebHighlightObjectsJS Constructor(WebHighlightObjectJS[],string,string)
In This Topic
Initializes a new instance of the
WebHighlightObjectsJS class.
Syntax
// Parameters
var objects; // Type: WebHighlightObjectJS[]
var brush; // Type: string
var pen; // Type: string
var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightObjectsJS(objects, brush, pen);
Parameters
- objects
- An array of objects (instances of the WebHighlightObjectJS class) that defines image regions which should be highlighted in the image viewer.
- brush
- Brush that should be used for filling the highlighted image region in the image viewer.
- pen
- Pen that should be used for drawing the outline of the highlighted image region in the image viewer.
Browser Compatibility
See Also