Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / DrawEllipse Method / DrawEllipse(RectangleF,Color,Single,DashStyle) Method

In This Topic
    DrawEllipse(RectangleF,Color,Single,DashStyle) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub DrawEllipse( _
       ByVal bounds As System.Drawing.RectangleF, _
       ByVal lineColor As System.Drawing.Color, _
       ByVal lineWidth As System.Single, _
       Optional ByVal lineStyle As DashStyle _
    ) 
    public void DrawEllipse( 
       System.Drawing.RectangleF bounds,
       System.Drawing.Color lineColor,
       System.float lineWidth,
       DashStyle lineStyle
    )

    Parameters

    bounds
    lineColor
    lineWidth
    lineStyle
    See Also