Constructor EllipseShape

Namespace TallComponents.PDF.Shapes
Class EllipseShape

Create a new EllipseShape with the given start point, horizontal and vertical radius, pen and brush.

Syntax

public  EllipseShape( Double  centerX Double  centerY Double  radiusX Double  radiusY Pen  pen Brush  brush )

Parameters


Double centerX
X-position of the center of the ellipse.

Double centerY
Y-position of the center of the ellipse.

Double radiusX
Horizontal radius.

Double radiusY
Vertical radius.

Pen pen
Used to draw the curves of the ellipse.

Brush brush
The brush that is used to fill this shape if closed.