Create a new ArcShape with the given startpoint, horizontal and vertical radius, pen, start and sweep angle.
Namespace: TallComponents.PDF.Layout.ShapesAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public ArcShape( double x, double y, double rx, double ry, Pen pen, Brush brush, double start, double sweep ) |
| Visual Basic |
|---|
Public Sub New ( _ x As Double, _ y As Double, _ rx As Double, _ ry As Double, _ pen As Pen, _ brush As Brush, _ start As Double, _ sweep As Double _ ) |
Parameters
- x
- Type: System..::..Double
X-position of the center of the arc.
- y
- Type: System..::..Double
Y-position of the center of the arc.
- rx
- Type: System..::..Double
Horizontal radius.
- ry
- Type: System..::..Double
Vertical radius.
- pen
- Type: TallComponents.PDF.Layout.Pens..::..Pen
Used to draw the curves of the arc.
- brush
- Type: TallComponents.PDF.Layout.Brushes..::..Brush
The brush that is used to fill this shape if closed.
- start
- Type: System..::..Double
Start angle (0 corresponds to 3 o-clock).
- sweep
- Type: System..::..Double
Sweep angle, counter-clockwise.