Constructor ArcShape

Namespace TallComponents.PDF.Layout.Shapes
Class ArcShape

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

Syntax

public  ArcShape( Double  x Double  y Double  rx Double  ry Pen  pen Double  start Double  sweep )

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.

Double start
Start angle (0 corresponds to 3 o-clock).

Double sweep
Sweep angle, counter-clockwise.