VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfGraphics Class / DrawEllipse Methods / DrawEllipse(PdfPen,RectangleF) Method
Syntax Requirements SeeAlso
In This Topic
    DrawEllipse(PdfPen,RectangleF) Method (PdfGraphics)
    In This Topic
    Draws an ellipse defined by a bounding System.Drawing.RectangleF.
    Syntax
    'Declaration
    
    Public Overloads Sub DrawEllipse( _
    ByVal pen
    PdfPen that determines the color, width, and style of the ellipse.
    As PdfPen, _
    ByVal rect
    System.Drawing.RectangleF structure that defines the boundaries of the ellipse.
    As System.Drawing.RectangleF _
    )
    public void DrawEllipse(
    PdfPen pen,
    System.Drawing.RectangleF rect
    )

    Parameters

    pen
    PdfPen that determines the color, width, and style of the ellipse.
    rect
    System.Drawing.RectangleF structure that defines the boundaries of the ellipse.
    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