ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PathEx Class / AddEllipse(Single,Single,Single,Single) Method

In This Topic
    AddEllipse(Single,Single,Single,Single) Method
    In This Topic
    Adds ellipse to rectangle.
    Syntax
    'Declaration
     
    Public Sub AddEllipse( _
       ByVal x As Single, _
       ByVal y As Single, _
       ByVal width As Single, _
       ByVal height As Single _
    ) 
    public void AddEllipse( 
       float x,
       float y,
       float width,
       float height
    )

    Parameters

    x
    y
    width
    height
    See Also