Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / COMRECT Class / FromXYWH Method


In This Topic
FromXYWH Method
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 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)

Parameters

x
y
width
height
See Also