Constructor EllipseShape

Namespace TallComponents.PDF.Layout.Shapes
Class EllipseShape

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

Syntax

public  EllipseShape( Double  x Double  y Double  rx Double  ry Pen  pen )

Parameters


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

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

Double rx
Horizontal radius.

Double ry
Vertical radius.

Pen pen
Used to draw the curves of the ellipse.