EllipseData Constructor (RectangleF, AnnotationBrush, AnnotationPen, AnnotationBrush, PointF) |
Creates a new instance of EllipseData specifying the bounding rectangle, fill, outline
and shadow options.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public EllipseData(
RectangleF rectangle,
AnnotationBrush fill,
AnnotationPen outline,
AnnotationBrush shadow,
PointF shadowOffset
)
Public Sub New (
rectangle As RectangleF,
fill As AnnotationBrush,
outline As AnnotationPen,
shadow As AnnotationBrush,
shadowOffset As PointF
)
Parameters
- rectangle
- Type: System.DrawingRectangleF
The bounding rectangle of the ellipse. - fill
- Type: Atalasoft.AnnotateAnnotationBrush
The fill used by the ellipse. - outline
- Type: Atalasoft.AnnotateAnnotationPen
The outline used by the ellipse. - shadow
- Type: Atalasoft.AnnotateAnnotationBrush
A value indicating whether or not the ellipse has a shadow. - shadowOffset
- Type: System.DrawingPointF
The amount of offset applied to the shadow.
See Also