VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebRectangularSelectionAreaJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
WebRectangularSelectionAreaJS type
In This Topic
Represents a rectangular non interactive area of interactive object, which is used for highlighting of interactive object.
Syntax
// Parameters
var fillColor; // Type: string
var borderColor; // Type: string
var cursor; // Type: string

var instance = new Vintasoft.Imaging.UI.VisualTools.WebRectangularSelectionAreaJS(fillColor, borderColor, cursor);

Inheritance Hierarchy

Object
   Vintasoft.Imaging.UI.VisualTools.WebInteractionAreaJS
      Vintasoft.Imaging.UI.VisualTools.WebRectangularAreaJS
         Vintasoft.Imaging.UI.VisualTools.WebRectangularSelectionAreaJS

Browser Compatibility
56+
45+
11
See Also