Leadtools.Annotations.Core Namespace > AnnObject Class : Clone Method |
public virtual AnnObject Clone()
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.