[]
        
(Showing Draft Content)

C1.Util.DX.RectF.FromLTRB

FromLTRB Method

FromLTRB(float, float, float, float)

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

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