var instance = new Vintasoft.Imaging.Annotation.UI.WebPointBasedAnnotationPointTransformerJS(interactionObj); var value; // Type: boolean // Parameters var event; // Type: object value = instance.performInteraction(event);
function performInteraction(
eventAn event object that contains information about interaction.: object
) : boolean;
Parameters
- event
- An event object that contains information about interaction.
Return Value
false - interaction is not finished, true - interaction is finished.