VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfGraphics Class / DrawArc Methods / DrawArc(PdfPen,Single,Single,Single,Single,Single,Single) Method
Syntax Requirements SeeAlso
In This Topic
DrawArc(PdfPen,Single,Single,Single,Single,Single,Single) Method (PdfGraphics)
In This Topic
Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height.
Syntax
'Declaration

Public Overloads Sub DrawArc( _
ByVal pen
PdfPen that determines the color, width, and style of the arc.
As PdfPen, _
ByVal x
The x-coordinate of the upper-left corner of the rectangle that defines the ellipse.
As Single, _
ByVal y
The y-coordinate of the upper-left corner of the rectangle that defines the ellipse.
As Single, _
ByVal width
Width of the rectangle that defines the ellipse.
As Single, _
ByVal height
Height of the rectangle that defines the ellipse.
As Single, _
ByVal startAngle
Angle in degrees measured clockwise from the x-axis to the starting point of the arc.
As Single, _
ByVal sweepAngle
Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc.
As Single _
)

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.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also