VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfGraphics Class / DrawArc Methods / DrawArc(PdfPen,RectangleF,Single,Single) Method
Syntax Requirements SeeAlso
In This Topic
    DrawArc(PdfPen,RectangleF,Single,Single) Method (PdfGraphics)
    In This Topic
    Draws an arc representing a portion of an ellipse specified by a System.Drawing.RectangleF structure.
    Syntax
    'Declaration
    
    Public Overloads Sub DrawArc( _
    ByVal pen
    PdfPen that determines the color, width, and style of the arc.
    As PdfPen, _
    ByVal rect
    System.Drawing.RectangleF structure that defines the boundaries of the ellipse.
    As System.Drawing.RectangleF, _
    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.
    rect
    System.Drawing.RectangleF structure that defines the boundaries of 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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also