'Declaration Public Shared Function FromXYWH( _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer _ ) As Win32.RECT
'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 )
Win32.RECT Structure Win32.RECT Members