TextData Constructor |
Name | Description | |
---|---|---|
![]() | TextData() | Creates a new instance of TextData. |
![]() | TextData(RectangleF) | Creates a new instance of TextData specifying the annotation location and size.
|
![]() | TextData(String) | Creates a new instance of TextData specifying the annotation text. |
![]() | TextData(WangAttributeData) | Creates a new instance of TextData from WANG annotation information. |
![]() | TextData(RectangleF, String) | Creates a new instance of TextData specifying the annotation text. |
![]() | TextData(SerializationInfo, StreamingContext) | Creates a new instance of TextData from serialized information. |
![]() | TextData(String, AnnotationFont) | Creates a new instance of TextData specifying the text and font. |
![]() | TextData(RectangleF, String, AnnotationFont) | Creates a new instance of TextData specifying the text and font. |
![]() | TextData(String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen) | Creates a new instance of TextData specifying the text, font, font brush, fill and
outline for the annotation. |
![]() | TextData(RectangleF, String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen) | Creates a new instance of TextData specifying the text, font, font brush, fill and
outline for the annotation. |
![]() | TextData(String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen, AnnotationBrush, PointF, ShadowMode) | Creates a new instance of TextData specifying the properties for this object. |
![]() | TextData(RectangleF, String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen, AnnotationBrush, PointF, ShadowMode) | Creates a new instance of TextData specifying the properties for this object. |