Create a new ArcShape with the given startpoint, horizontal and vertical radius, pen, start and sweep angle.
Namespace: TallComponents.PDF.ShapesAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public ArcShape( double centerX, double centerY, double radiusX, double radiusY, Pen pen, Brush brush, double start, double sweep ) |
| Visual Basic |
|---|
Public Sub New ( _ centerX As Double, _ centerY As Double, _ radiusX As Double, _ radiusY As Double, _ pen As Pen, _ brush As Brush, _ start As Double, _ sweep As Double _ ) |
Parameters
- centerX
- Type: System..::..Double
X-position of the center of the arc.
- centerY
- Type: System..::..Double
Y-position of the center of the arc.
- radiusX
- Type: System..::..Double
Horizontal radius.
- radiusY
- Type: System..::..Double
Vertical radius.
- pen
- Type: TallComponents.PDF.Pens..::..Pen
Used to draw the curves of the arc.
- brush
- Type: TallComponents.PDF.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.