'Declaration
Public Sub AddArc( _ ByVal left As Double, _ ByVal top As Double, _ ByVal width As Double, _ ByVal height As Double, _ ByVal startAngle As Double, _ ByVal sweepAngle As Double _ )
'Usage
Dim instance As PdfPath Dim left As Double Dim top As Double Dim width As Double Dim height As Double Dim startAngle As Double Dim sweepAngle As Double instance.AddArc(left, top, width, height, startAngle, sweepAngle)
Parameters
- left
- x position of rectangle's top left corner.
- top
- y position of rectangle's top left corner.
- width
- The rectangle width.
- height
- The rectangle height.
- startAngle
- Angle in degrees measured clockwise from the x-axis to the starting point of the arc.
- sweepAngle
- Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc.