GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon.Dialogs 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