[]
        
(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)
Public Shared Function FromLTRB(left As Double, top As Double, right As Double, bottom As Double) As RectD
Parameters
Type Name Description
double left
double top
double right
double bottom
Returns
Type Description
RectD