←Select platform

Create Method

Summary

Creates a new instance of AnnObject.

Syntax
C#
VB
C++
Java
protected abstract AnnObject Create() 
Protected MustOverride Function Create() As AnnObject 
protected abstract AnnObject create() 
protected:  
   virtual AnnObject^ Create() abstract 

Return Value

The AnnObject this method creates.

Remarks

Derived annotation objects must implement this method to enable the LEADTOOLS Annotation infrastructure to correctly construct objects at runtime.

For more information, refer to Implementing User-Defined Objects With LEADTOOLS Annotations.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly