'Declaration Public Overloads Sub DrawArc( _
ByVal penPdfPen that determines the color, width, and style of the arc.As PdfPen, _
ByVal xThe x-coordinate of the upper-left corner of the rectangle that defines the ellipse.As Single, _
ByVal yThe y-coordinate of the upper-left corner of the rectangle that defines the ellipse.As Single, _
ByVal widthWidth of the rectangle that defines the ellipse.As Single, _
ByVal heightHeight of the rectangle that defines the ellipse.As Single, _
ByVal startAngleAngle in degrees measured clockwise from the x-axis to the starting point of the arc.As Single, _
ByVal sweepAngleAngle in degrees measured clockwise from the startAngle parameter to ending point of the arc.As Single _
)
public void DrawArc(
PdfPen pen,
float x,
float y,
float width,
float height,
float startAngle,
float sweepAngle
)
Parameters
- pen
- PdfPen that determines the color, width, and style of the arc.
- x
- The x-coordinate of the upper-left corner of the rectangle that defines the ellipse.
- y
- The y-coordinate of the upper-left corner of the rectangle that defines the ellipse.
- width
- Width of the rectangle that defines the ellipse.
- height
- Height of the rectangle that defines the ellipse.
- 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.