VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfGraphics Class / FillEllipse Methods / FillEllipse(PdfBrush,RectangleF) Method
Syntax Requirements SeeAlso
In This Topic
    FillEllipse(PdfBrush,RectangleF) Method (PdfGraphics)
    In This Topic
    Fills the interior of an ellipse defined by a bounding rectangle specified by a System.Drawing.RectangleF structure.
    Syntax
    'Declaration
    
    Public Overloads Sub FillEllipse( _
    ByVal brush
    PdfBrush that determines the characteristics of the fill.
    As PdfBrush, _
    ByVal rect
    System.Drawing.RectangleF structure that represents the bounding rectangle that defines the ellipse.
    As System.Drawing.RectangleF _
    )

    Parameters

    brush
    PdfBrush that determines the characteristics of the fill.
    rect
    System.Drawing.RectangleF structure that represents the bounding rectangle that defines the ellipse.
    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