Click or drag to resize

EllipseData Constructor

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