Show / Hide Table of Contents

Method RECT.FromLTRB


Overload

Creates RECT with specified left, top, right and bottom.

public static RECT FromLTRB(int left, int top, int right, int bottom)
Parameters
left  (int)
top  (int)
right  (int)
bottom  (int)
Returns
RECT