[]
        
(Showing Draft Content)

C1.Win.Bitmap.ImageRect.FromLTRB

FromLTRB Method

FromLTRB(int, int, int, int)

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

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