[]
        
(Showing Draft Content)

C1.Util.DX.RectD.FromLTRB

FromLTRB Method

FromLTRB(double, double, double, double)

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

Declaration
public static RectD FromLTRB(double left, double top, double right, double bottom)
Parameters
Type Name Description
double left
double top
double right
double bottom
Returns
Type Description
RectD