Namespace TallComponents.PDF.Layout.Shapes
Class EllipseShape
An ellipse drawn using a pen and brush.
The center is determined by the X and Y properties of base class Shape.
Syntax
public class EllipseShape
: PathShape
Constructors
EllipseShape()
Create a new EllipseShape.
EllipseShape(Double,Double,Double,Double)
Create a new EllipseShape with the given start point, horizontal and vertical radius.
EllipseShape(Double,Double,Double,Double,Pen)
Create a new EllipseShape with the given start point, horizontal and vertical radius and pen.
EllipseShape(Double,Double,Double,Double,Pen,Brush)
Create a new EllipseShape with the given start point, horizontal and vertical radius, pen and brush.