Annotation Constructor

Definition

Initializes a new instance of the Annotation class. This is the parameterless constructor and should not be used.

protected:
 Annotation();
protected Annotation ();
Protected Sub New ()

Remarks

Annotation is an abstract class and cannot be created directly. To create a new annotation object, use constructors of classes such as LineAnnotation, RectangleAnnotation, and the like.

Applies to