Click or drag to resize

RectangleAnnotation Constructor

Constructs a RectangleAnnotation.
Overload List
  NameDescription
Public methodRectangleAnnotation
Creates a new instance of RectangleAnnotation.
Public methodRectangleAnnotation(RectangleData)
Creates a new instance of RectangleAnnotation specifying the RectangleData.
Public methodRectangleAnnotation(SerializationInfo, StreamingContext)
Creates a new instance of RectangleAnnotation from serialized data.
Public methodRectangleAnnotation(AnnotationBrush, AnnotationPen)
Creates a new instance of RectangleAnnotation specifying the fill and outline.
Public methodRectangleAnnotation(RectangleF, AnnotationBrush, AnnotationPen)
Creates a new instance of RectangleAnnotation specifying the rectangle, fill and outline.
Public methodRectangleAnnotation(AnnotationBrush, AnnotationPen, AnnotationBrush, PointF)
Creates a new instance of RectangleAnnotation specifying the fill, outline and shadow options.
Public methodRectangleAnnotation(RectangleF, AnnotationBrush, AnnotationPen, AnnotationBrush, PointF)
Creates a new instance of RectangleAnnotation specifying the rectangle, fill, outline and shadow options.
Top
See Also