ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / GraphicsRendering Class / DrawRoundRect Method
x-coordinate of rectangle.
y-coordinate of rectangle.
Rectangle width.
Rectangle height.
x-radius.
y-radius.

In This Topic
    DrawRoundRect Method (GraphicsRendering)
    In This Topic
    Draw round rectangle with current stroke and fill.
    Syntax
    'Declaration
     
    Public Sub DrawRoundRect( _
       ByVal x As System.Double, _
       ByVal y As System.Double, _
       ByVal w As System.Double, _
       ByVal h As System.Double, _
       ByVal rx As System.Double, _
       ByVal ry As System.Double _
    ) 
    public void DrawRoundRect( 
       System.double x,
       System.double y,
       System.double w,
       System.double h,
       System.double rx,
       System.double ry
    )

    Parameters

    x
    x-coordinate of rectangle.
    y
    y-coordinate of rectangle.
    w
    Rectangle width.
    h
    Rectangle height.
    rx
    x-radius.
    ry
    y-radius.
    See Also