ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.BarCodes.Drawing Namespace / PageDrawingDevice Class / DrawEllipse Method

In This Topic
    DrawEllipse Method (PageDrawingDevice)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub DrawEllipse( _
       ByVal center As PointF, _
       ByVal rx As Single, _
       ByVal ry As Single, _
       ByVal width As Single _
    ) 
    public void DrawEllipse( 
       PointF center,
       float rx,
       float ry,
       float width
    )

    Parameters

    center
    rx
    ry
    width
    See Also