InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / CreateRectRgn Method

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

    Parameters

    nLeftRect
    nTopRect
    nRightRect
    nBottomRect
    See Also