clone Method

Summary

Creates an exact copy of this AnnObject.

Syntax

JavaScript Syntax
AnnObject.prototype.clone = function() 
TypeScript Syntax
clone(): AnnObject; 

Return Value

The AnnObject that this class creates.

Remarks

The method will copy all fields of this AnnObject to the newly created one. Derived classes must override this method and return a new object. For more information, refer to Implementing User-Defined Objects With LEADTOOLS Annotations.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly