var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightObjectJS(polygon); var value; // Type: Vintasoft.Imaging.UI.VisualTools.WebHighlightObjectJS // Parameters var rect; // Type: object value = instance.createObjectFromRectangle(rect);
function createObjectFromRectangle(
rectRectangle that defines image region which should be highlighted in the image viewer.: object
) : WebHighlightObjectJS;
Parameters
- rect
- Rectangle that defines image region which should be highlighted in the image viewer.
Return Value
Object (instance of the WebHighlightObjectJS class) that defines image region which should be highlighted in the image viewer.