ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / DrawRoundRect Method / DrawRoundRect(Single,Single,Single,Single,Single,Single,Single,Single,Single) Method
Parameter to specify when we should fail back to old round rect with equals corners

In This Topic
    DrawRoundRect(Single,Single,Single,Single,Single,Single,Single,Single,Single) Method
    In This Topic
    Renders rounded rect with different corner radiuses.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawRoundRect( _
       ByVal left As Single, _
       ByVal top As Single, _
       ByVal width As Single, _
       ByVal height As Single, _
       ByVal topLeftEdge As Single, _
       ByVal topRightEdge As Single, _
       ByVal bottomLeftEdge As Single, _
       ByVal bottomRightEdge As Single, _
       ByVal precision As Single _
    ) 
    public void DrawRoundRect( 
       float left,
       float top,
       float width,
       float height,
       float topLeftEdge,
       float topRightEdge,
       float bottomLeftEdge,
       float bottomRightEdge,
       float precision
    )

    Parameters

    left
    top
    width
    height
    topLeftEdge
    topRightEdge
    bottomLeftEdge
    bottomRightEdge
    precision
    Parameter to specify when we should fail back to old round rect with equals corners
    See Also