ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / CreateRoundRectRgn Method

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

    Parameters

    nLeftRect
    nTopRect
    nRightRect
    nBottomRect
    nWidthEllipse
    nHeightEllipse
    See Also