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