InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32.RECT Structure / FromXYWH Method

In This Topic
    FromXYWH Method (Win32.RECT)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function FromXYWH( _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByVal width As Integer, _
       ByVal height As Integer _
    ) As Win32.RECT
    public static Win32.RECT FromXYWH( 
       int x,
       int y,
       int width,
       int height
    )

    Parameters

    x
    y
    width
    height
    See Also