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