VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebHighlightObjectsJS type / WebHighlightObjectsJS Constructor(WebHighlightObjectJS[],string,string)
Syntax BrowserCompatibility SeeAlso
In This Topic
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
56+
45+
11
See Also