setInteractionControllerProperties Method
In This Topic
Synchronizes the annotation settings and interaction controller settings.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebRectangleAnnotationViewJS();
var value; // Type: any
// Parameters
var interactionController; // Type: object
value = instance.setInteractionControllerProperties(interactionController);
function setInteractionControllerProperties(
: object
) : any;
Parameters
- interactionController
- The interaction controller.
Browser Compatibility
See Also