In This Topic
Copies the state of the current appearance to the target appearance.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebLinkAppearanceJS(font, foreColor, backColor, fontTransparent, cursor);
var value; // Type: any
// Parameters
var target; // Type: WebLinkAppearanceJS
value = instance.copyTo(target);
function copyTo(
: WebLinkAppearanceJS
) : any;
Parameters
- target
- The target appearance.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also