'Declaration Public Shared Function FromLTRB( _
ByVal leftThe x-coordinate of the upper-left corner of the rectangular region.As Double, _
ByVal topThe y-coordinate of the upper-left corner of the rectangular region.As Double, _
ByVal rightThe x-coordinate of the lower-right corner of the rectangular region.As Double, _
ByVal bottomThe y-coordinate of the lower-right corner of the rectangular region.As Double _
) As VintasoftRect
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 VintasoftRect that this method creates.