public static COMRECT FromXYWH( int x, int y, int width, int height )
'Declaration Public Shared Function FromXYWH( _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer _ ) As COMRECT
'Declaration
Public Shared Function FromXYWH( _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer _ ) As COMRECT
'Usage Dim x As Integer Dim y As Integer Dim width As Integer Dim height As Integer Dim value As COMRECT value = COMRECT.FromXYWH(x, y, width, height)
'Usage
Dim x As Integer Dim y As Integer Dim width As Integer Dim height As Integer Dim value As COMRECT value = COMRECT.FromXYWH(x, y, width, height)
COMRECT Class COMRECT Members