copyTo(Vintasoft.Imaging.Annotation.UI.WebLinkAnnotationViewJS) Method
In This Topic
Copies the state of the current annotation to the target annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebLinkAnnotationViewJS();
var value; // Type: any
// Parameters
var target; // Type: WebLinkAnnotationViewJS
value = instance.copyTo(target);
function copyTo(
: WebLinkAnnotationViewJS
) : 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