[]
        
(Showing Draft Content)

C1.Util.DX.RectL.FromLTRB

FromLTRB Method

FromLTRB(int, int, int, int)

Creates a RectL struct from (left, top, right, bottom) coordinates.

Declaration
public static RectL FromLTRB(int left, int top, int right, int bottom)
Public Shared Function FromLTRB(left As Integer, top As Integer, right As Integer, bottom As Integer) As RectL
Parameters
Type Name Description
int left
int top
int right
int bottom
Returns
Type Description
RectL