VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebRectangularObjectTransformerJS type / get_CanMove Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CanMove Method
    In This Topic
    Gets a value indicating whether transformer can move the interactive object.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebRectangularObjectTransformerJS(interactionObj);
    
    var value; // Type: boolean
    value = instance.get_CanMove();
    
    
    function get_CanMove() : boolean;
    

    Return Value

    A value indicating whether transformer can move the interactive object.
    Browser Compatibility
    56+
    45+
    11
    See Also