Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnObject Class : Clone Method |
public virtual AnnObject Clone()
'Declaration
Public Overridable Function Clone() As AnnObject
public virtual AnnObject Clone()
public AnnObject clone()
function Leadtools.Annotations.Core.AnnObject.Clone()
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.