get_SelectionOnlyOnImage Method
Gets a value indicating whether selection can be used only on image area.
var instance = new Vintasoft.Imaging.UI.VisualTools.WebRectangularSelectionToolJS();
var value; // Type: boolean
value = instance.get_SelectionOnlyOnImage();
function get_SelectionOnlyOnImage() : boolean;
Return Value
A value indicating whether selection can be used only on image area. Default value is true.