Click or drag to resize

CommentData Constructor

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