selectTextInTextSpace Method
In This Topic
Selects text on focused image.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebTextSelectionToolJS();
var value; // Type: any
// Parameters
var startPoint; // Type: object
var endPoint; // Type: object
value = instance.selectTextInTextSpace(startPoint, endPoint);
function selectTextInTextSpace(
: object,
: object
) : any;
Parameters
- startPoint
- The start point for text selection, in the coordinate space of text.
- endPoint
- The end point for text selection, in the coordinate space of text.
Exceptions
Exception | Description |
| Thrown if arguments have wrong types. |
Browser Compatibility
See Also