Constructor EllipseShape

Namespace TallComponents.PDF.Layout.Shapes
Class EllipseShape

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

Syntax

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

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.

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