ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode Namespace / IDrawingDevice Interface / DrawEllipse Method

In This Topic
    DrawEllipse Method (IDrawingDevice)
    In This Topic
    Fills circle.
    Syntax
    'Declaration
     
    Sub DrawEllipse( _
       ByVal center As PointF, _
       ByVal rx As Single, _
       ByVal ry As Single, _
       ByVal width As Single _
    ) 
    void DrawEllipse( 
       PointF center,
       float rx,
       float ry,
       float width
    )

    Parameters

    center
    rx
    ry
    width
    See Also