Click or drag to resize

EllipseAnnotation Constructor

Constructs an EllipseAnnotation.
Overload List
  NameDescription
Public methodEllipseAnnotation
Creates a new instance of EllipseAnnotation.
Public methodEllipseAnnotation(EllipseData)
Creates a new instance of EllipseAnnotation specifying the ellipse data.
Public methodEllipseAnnotation(RectangleF, AnnotationBrush)
Creates a new instance of EllipseAnnotation specifying the bounding rectangle and fill.
Public methodEllipseAnnotation(RectangleF, AnnotationPen)
Creates a new instance of EllipseAnnotation specifying the bounding rectangle and outline.
Public methodEllipseAnnotation(SerializationInfo, StreamingContext)
Creates a new instance of EllipseAnnotation from serialized information.
Public methodEllipseAnnotation(AnnotationBrush, AnnotationPen)
Creates a new instance of EllipseAnnotation specifying its fill and outline.
Public methodEllipseAnnotation(RectangleF, AnnotationBrush, Boolean)
Creates a new instance of EllipseAnnotation specifying the rectangle, fill and translucent properties.
Public methodEllipseAnnotation(AnnotationBrush, AnnotationPen, AnnotationBrush, PointF)
Creates a new instance of EllipseAnnotation specifying the fill, outline, shadow brush and shadow offset.
Public methodEllipseAnnotation(RectangleF, AnnotationBrush, AnnotationPen, AnnotationBrush, PointF)
Creates a new instance of EllipseAnnotation specifying the bounding rectangle, fill, outline and shadow options.
Top
See Also