Constructor EllipseShape

Namespace TallComponents.PDF.Shapes
Class EllipseShape

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

Syntax

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

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.