[]
        
(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)
Parameters
Type Name Description
int left
int top
int right
int bottom
Returns
Type Description
RectL