In This Topic
Copies the state of the current annotation to the target annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();
var value; // Type: any
// Parameters
var target; // Type: WebAnnotationViewJS
value = instance.copyTo(target);
function copyTo(
: WebAnnotationViewJS
) : any;
Parameters
- target
- The target annotation, which has the same class as the current annotation.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also