RubberStampData Constructor |
Name | Description | |
---|---|---|
RubberStampData | Creates a new instance of RubberStampData with default parameters. | |
RubberStampData(RectangleF) | Creates a new instance of RubberStampData specifying the bounding rectangle of the
annotation. | |
RubberStampData(String) | Creates a new instance of RubberStampData specifying the annotation text. | |
RubberStampData(RectangleF, String) | Creates an instance of RubberStampData specifying the bounding rectangle and text of the
annotation. | |
RubberStampData(SerializationInfo, StreamingContext) | Creates a new instance of RubberStampData from serialized data. | |
RubberStampData(String, AnnotationFont) | Create a new instance of RubberStampData specifying the annotation text and font.
| |
RubberStampData(RectangleF, String, AnnotationFont) | Creates an instance of RubberStampData specifying the bounding rectangle, text and font.
| |
RubberStampData(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. | |
RubberStampData(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. |