TextAnnotation Constructor |
| Name | Description | |
|---|---|---|
| TextAnnotation | Creates a new instance of TextAnnotation. | |
| TextAnnotation(String) | Creates a new instance of TextAnnotation specifying the annotation text. | |
| TextAnnotation(TextData) | Creates a new instance of TextAnnotation specifying the TextData object
used for this annotation. | |
| TextAnnotation(SerializationInfo, StreamingContext) | Creates a new instance of TextAnnotation from serialized information. | |
| TextAnnotation(String, AnnotationFont) | Creates a new instance of TextAnnotation specifying the text and font. | |
| TextAnnotation(String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen) | Creates a new instance of TextAnnotation specifying the text, font, font brush, fill and
outline for the annotation. | |
| TextAnnotation(String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen, AnnotationBrush, PointF, ShadowMode) | Creates a new instance of TextAnnotation specifying the properties for this object.
|