Click or drag to resize

TextData Constructor

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