Click or drag to resize

TextAnnotation Constructor

Constructs a TextAnnotation.
Overload List
  NameDescription
Public methodTextAnnotation
Creates a new instance of TextAnnotation.
Public methodTextAnnotation(String)
Creates a new instance of TextAnnotation specifying the annotation text.
Public methodTextAnnotation(TextData)
Creates a new instance of TextAnnotation specifying the TextData object used for this annotation.
Public methodTextAnnotation(SerializationInfo, StreamingContext)
Creates a new instance of TextAnnotation from serialized information.
Public methodTextAnnotation(String, AnnotationFont)
Creates a new instance of TextAnnotation specifying the text and font.
Public methodTextAnnotation(String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen)
Creates a new instance of TextAnnotation specifying the text, font, font brush, fill and outline for the annotation.
Public methodTextAnnotation(String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen, AnnotationBrush, PointF, ShadowMode)
Creates a new instance of TextAnnotation specifying the properties for this object.
Top
See Also