Constructor RECT.RECT
Overload
Sets all fields.
[JsonConstructor]
public RECT(int left, int top, int width, int height)
Parameters
Remarks
Sets right = left + width; bottom = top + height;
. To specify right/bottom instead of width/height, use RECT.FromLTRB instead.