Skip to main content
A newer version of this page is available. .

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