Constructor ArcShape

Namespace TallComponents.PDF.Shapes
Class ArcShape

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

Syntax

public  ArcShape( Double  centerX Double  centerY Double  radiusX Double  radiusY Double  start Double  sweep )

Parameters


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

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

Double radiusX
Horizontal radius.

Double radiusY
Vertical radius.

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

Double sweep
Sweep angle, counter-clockwise.