In This Topic
Returns a text region that contains a word at specified point.
Syntax
var instance = new Vintasoft.Imaging.WebTextRegionJS(textContent, selectionRegions, subRegions, symbols, trasfromFromDipSpace);
var value; // Type: Vintasoft.Imaging.WebTextRegionJS
// Parameters
var point; // Type: object
value = instance.getWordSubregion(point);
Parameters
- point
- Location of word.
Return Value
WebTextRegionJS that contains a word at specified point.
Browser Compatibility
See Also