Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ToolBar Class / BuildRoundedRectangle Method

In This Topic
    BuildRoundedRectangle Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function BuildRoundedRectangle( _
       ByVal x As Single, _
       ByVal y As Single, _
       ByVal width As Single, _
       ByVal height As Single, _
       ByVal radius As Single _
    ) As GraphicsPath
    public static GraphicsPath BuildRoundedRectangle( 
       float x,
       float y,
       float width,
       float height,
       float radius
    )

    Parameters

    x
    y
    width
    height
    radius
    See Also