InputPanel for WinForms | ComponentOne
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32.RECT Structure / Win32.RECT Constructor / Win32.RECT Constructor(Int32,Int32,Int32,Int32)

In This Topic
    Win32.RECT Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByVal width As Integer, _
       ByVal height As Integer _
    )
    public Win32.RECT( 
       int x,
       int y,
       int width,
       int height
    )

    Parameters

    x
    y
    width
    height
    See Also