'Declaration Public Shared Function FromLTRB( _
ByVal leftThe x-coordinate of the upper-left corner of the rectangular region.As Integer, _
ByVal topThe y-coordinate of the upper-left corner of the rectangular region.As Integer, _
ByVal rightThe x-coordinate of the lower-right corner of the rectangular region.As Integer, _
ByVal bottomThe y-coordinate of the lower-right corner of the rectangular region.As Integer _
) As VintasoftRectI
Parameters
- left
 - The x-coordinate of the upper-left corner of the rectangular region.
 - top
 - The y-coordinate of the upper-left corner of the rectangular region.
 - right
 - The x-coordinate of the lower-right corner of the rectangular region.
 - bottom
 - The y-coordinate of the lower-right corner of the rectangular region.
 
Return Value
The new VintasoftRectI that this method creates.