var instance = new Vintasoft.Imaging.Annotation.UI.WebTextAnnotationViewBaseJS(); var value; // Type: any // Parameters var target; // Type: WebTextAnnotationViewBaseJS value = instance.copyTo(target);
function copyTo(
targetThe target annotation, which has the same class as the current annotation.: WebTextAnnotationViewBaseJS
) : any;
Parameters
- target
- The target annotation, which has the same class as the current annotation.