Constructor ArcShape

Namespace TallComponents.PDF.Layout.Shapes
Class ArcShape

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

Syntax

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

Parameters


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

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

Double rx
Horizontal radius.

Double ry
Vertical radius.

Pen pen
Used to draw the curves of the arc.

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