VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebRectangularSelectionToolJS type / get_Movable Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Movable Method
    In This Topic
    Gets a value indicating whether rectangular selection can be moved.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebRectangularSelectionToolJS();
    
    var value; // Type: boolean
    value = instance.get_Movable();
    
    
    function get_Movable() : boolean;
    

    Return Value

    True - rectangular selection can be moved; False - rectangular selection cannot be moved. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also