Click or drag to resize

RubberStampData Constructor

Constructs a RubberStampData.
Overload List
  NameDescription
Public methodRubberStampData
Creates a new instance of RubberStampData with default parameters.
Public methodRubberStampData(RectangleF)
Creates a new instance of RubberStampData specifying the bounding rectangle of the annotation.
Public methodRubberStampData(String)
Creates a new instance of RubberStampData specifying the annotation text.
Public methodRubberStampData(RectangleF, String)
Creates an instance of RubberStampData specifying the bounding rectangle and text of the annotation.
Public methodRubberStampData(SerializationInfo, StreamingContext)
Creates a new instance of RubberStampData from serialized data.
Public methodRubberStampData(String, AnnotationFont)
Create a new instance of RubberStampData specifying the annotation text and font.
Public methodRubberStampData(RectangleF, String, AnnotationFont)
Creates an instance of RubberStampData specifying the bounding rectangle, text and font.
Public methodRubberStampData(String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen, Single, Single)
Creates a new instance of RubberStampData specifying the annotation text, font, font brush, fill outline and corner radius.
Public methodRubberStampData(RectangleF, String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen, Single, Single)
Creates a new instance of RubberStampData specifying the bounding rectangle, text, font, font brush, fill, outline and corner radius.
Top
See Also