Input for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / CreateRoundRectRgn Method

In This Topic
    CreateRoundRectRgn Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CreateRoundRectRgn( _
       ByVal nLeftRect As Integer, _
       ByVal nTopRect As Integer, _
       ByVal nRightRect As Integer, _
       ByVal nBottomRect As Integer, _
       ByVal nWidthEllipse As Integer, _
       ByVal nHeightEllipse As Integer _
    ) As IntPtr

    Parameters

    nLeftRect
    nTopRect
    nRightRect
    nBottomRect
    nWidthEllipse
    nHeightEllipse
    See Also