'Declaration Public Shared Function FromLTRB( _
ByVal leftThe x-coordinate of the upper-left corner of the rectangular region.As System.Int32, _
ByVal topThe y-coordinate of the upper-left corner of the rectangular region.As System.Int32, _
ByVal rightThe x-coordinate of the lower-right corner of the rectangular region.As System.Int32, _
ByVal bottomThe y-coordinate of the lower-right corner of the rectangular region.As System.Int32 _
) As VintasoftRectI
public static VintasoftRectI FromLTRB(
System.Int32 left,
System.Int32 top,
System.Int32 right,
System.Int32 bottom
)
public: static VintasoftRectI FromLTRB(
System.Int32 left,
System.Int32 top,
System.Int32 right,
System.Int32 bottom
)
public:
static VintasoftRectI FromLTRB(
System.Int32 left,
System.Int32 top,
System.Int32 right,
System.Int32 bottom
)
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.