Returns the selected region for specified image.
var instance = new Vintasoft.Imaging.UI.VisualTools.WebTextSelectionToolJS();
var value; // Type: Vintasoft.Imaging.WebTextRegionJS
// Parameters
var image; // Type: WebImageJS
value = instance.getSelectedRegion(image);
Parameters
- image
- The image.
Return Value
Text region, which is selected on specified image.