VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / GraphicsPathBase Class / AddArc(RectangleF,Single,Single) Method
Syntax Requirements SeeAlso
In This Topic
    AddArc(RectangleF,Single,Single) Method (GraphicsPathBase)
    In This Topic
    Appends an elliptical arc to the current figure.
    Syntax
    'Declaration
    
    Public Overridable Sub AddArc( _
    ByVal rect
    A System.Drawing.RectangleF that represents the rectangular bounds of the ellipse from which the arc is taken.
    As System.Drawing.RectangleF, _
    ByVal startAngle
    The starting angle of the arc, measured in degrees clockwise from the x-axis.
    As Single, _
    ByVal sweepAngle
    The angle between startAngle and the end of the arc.
    As Single _
    )

    Parameters

    rect
    A System.Drawing.RectangleF that represents the rectangular bounds of the ellipse from which the arc is taken.
    startAngle
    The starting angle of the arc, measured in degrees clockwise from the x-axis.
    sweepAngle
    The angle between startAngle and the end of the arc.
    Requirements

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

    See Also