set_HideInteractionPointsWhenMoving Method
In This Topic
Sets a value indicating whether interactive object should hide interactive pints when moving.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebRectangularObjectTransformerJS(interactionObj);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_HideInteractionPointsWhenMoving(value);
function set_HideInteractionPointsWhenMoving(
: boolean
) : any;
Parameters
- value
- A value indicating whether interactive object should hide interactive pints when moving.
Browser Compatibility
See Also