Skip to main content

TextAnnotation Constructors

Represents a text annotation.
Name Parameters Description
TextAnnotation() none Initializes a new instance of the TextAnnotation class with the default settings.
TextAnnotation(String, String) name, text Initializes a new instance of the TextAnnotation class with the specified name and text.
TextAnnotation(String) name Initializes a new instance of the TextAnnotation class with the specified name.
See Also